VirtualBox

Changeset 6828 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 6, 2008 12:07:47 PM (17 years ago)
Author:
vboxsync
Message:

warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/server.cpp

    r6827 r6828  
    928928         */
    929929        const char *apszArgs[7];
    930         int i = 0;
     930        unsigned i = 0;
    931931        apszArgs[i++] = argv[0];
    932932        apszArgs[i++] = "--pipe";
     
    941941        if (gAutoShutdown)
    942942            apszArgs[i++] = "--auto-shutdown";
    943         apszArgs[i++] = NULL; Assert(i <= (int)RT_ELEMENTS(apszArgs));
     943        apszArgs[i++] = NULL; Assert(i <= RT_ELEMENTS(apszArgs));
    944944        execv (apszArgs[0], (char * const *)apszArgs);
    945945        exit (0);
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