VirtualBox

Changeset 18928 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 16, 2009 11:44:26 AM (16 years ago)
Author:
vboxsync
Message:

Shut up the compiler

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r18927 r18928  
    523523static DECLCALLBACK(int) emR3Load(PVM pVM, PSSMHANDLE pSSM, uint32_t u32Version)
    524524{
    525     int rc;
     525    int rc = VINF_SUCCESS;
    526526
    527527    /*
  • trunk/src/VBox/VMM/MM.cpp

    r18927 r18928  
    350350     * value is 'no overcommitment' (default). See GMMPOLICY.
    351351     */
    352     GMMOCPOLICY enmOcPolicy;
     352    GMMOCPOLICY enmOcPolicy = GMMOCPOLICY_NO_OC;
    353353    char sz[64];
    354354    rc = CFGMR3QueryString(CFGMR3GetRoot(pVM), "Policy", sz, sizeof(sz));
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