VirtualBox

Ignore:
Timestamp:
Oct 2, 2008 9:02:59 AM (16 years ago)
Author:
vboxsync
Message:

vcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r12889 r12904  
    44174417    /* Count the number of entries we have */
    44184418    unsigned cValues = 0;
    4419     for (PCFGMLEAF pValue = CFGMR3GetFirstValue (pValues); pValue != NULL;
     4419    PCFGMLEAF pValue;
     4420    for (pValue = CFGMR3GetFirstValue (pValues); pValue != NULL;
    44204421         pValue = CFGMR3GetNextValue (pValue))
    44214422        ++cValues;
     
    44254426    com::SafeArray <ULONG64> timestamps(cValues);
    44264427    com::SafeArray <BSTR> flags(cValues);
    4427     PCFGMLEAF pValue = CFGMR3GetFirstValue (pValues);
     4428    pValue = CFGMR3GetFirstValue (pValues);
    44284429    vrc = VINF_SUCCESS;
    44294430    unsigned iProp = 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