VirtualBox

Changeset 33594 in vbox


Ignore:
Timestamp:
Oct 29, 2010 10:32:00 AM (14 years ago)
Author:
vboxsync
Message:

VBoxHeadless: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r33590 r33594  
    515515    const char *vrdeAddress = NULL;
    516516    const char *vrdeEnabled = NULL;
    517     int cVRDEProperties = 0;
     517    unsigned cVRDEProperties = 0;
    518518    const char *aVRDEProperties[16];
    519519#ifdef VBOX_WITH_VNC
     
    10471047            if (cVRDEProperties > 0)
    10481048            {
    1049                 int i;
    1050                 for (i = 0; i < cVRDEProperties; i++)
     1049                for (unsigned i = 0; i < cVRDEProperties; i++)
    10511050                {
    10521051                    /* Parse 'name=value' */
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