VirtualBox

Changeset 3065 in kBuild for trunk/src/kash/input.c


Ignore:
Timestamp:
Sep 30, 2017 12:52:35 PM (7 years ago)
Author:
bird
Message:

misc gcc warning fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/input.c

    r2629 r3065  
    281281        char *p, *q;
    282282        int more;
     283#ifndef SMALL
    283284        int something;
     285#endif
    284286        char savec;
    285287
     
    305307
    306308        /* delete nul characters */
     309#ifndef SMALL
    307310        something = 0;
     311#endif
    308312        for (more = 1; more;) {
    309313                switch (*p) {
     
    322326
    323327                default:
     328#ifndef SMALL
    324329                        something = 1;
     330#endif
    325331                        break;
    326332                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette