Changeset 501a8ba in mainline for console/gcons.c


Ignore:
Timestamp:
2006-06-16T21:20:51Z (19 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/gcons.c

    r153a209 r501a8ba  
    7070static int console_vp;
    7171static int cstatus_vp[CONSOLE_COUNT];
    72 static int cstat_row, cstat_col; /* Size of cstatus buttons */
    7372static enum butstate console_state[CONSOLE_COUNT];
    7473
     
    346345{
    347346        int i;
    348         size_t hsize = (size_t)&_binary_helenos_ppm_size;
    349347
    350348        if (!use_gcons)
Note: See TracChangeset for help on using the changeset viewer.