Changeset 501a8ba in mainline for console/console.c


Ignore:
Timestamp:
2006-06-16T21:20:51Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3cd9774
Parents:
153a209
Message:

Some other warnings removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r153a209 r501a8ba  
    218218        keyfield_t *field;
    219219        style_t *style;
    220         char c;
    221220
    222221        if (newcons == active_console)
     
    310309                        if (newcon != -1)
    311310                                change_console(newcon);
     311                        retval = 0;
    312312                        break;
    313313                case KBD_MS_MOVE:
    314314                        gcons_mouse_move(IPC_GET_ARG1(call), IPC_GET_ARG2(call));
     315                        retval = 0;
    315316                        break;
    316317                case KBD_PUSHCHAR:
     
    338339                        }
    339340                       
    340                         /*FIXME: else store key to its buffer */
    341341                        keybuffer_push(&conn->keybuffer, c);
     342                        retval = 0;
    342343                       
    343344                        break;
     
    457458{
    458459        ipcarg_t phonehash;
    459         int kbd_phone, fb_phone;
    460         ipcarg_t retval, arg1 = 0xdead, arg2 = 0xbeef;
     460        int kbd_phone;
    461461        int i;
    462462
Note: See TracChangeset for help on using the changeset viewer.