VirtualBox

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


Ignore:
Timestamp:
Aug 10, 2009 9:55:05 AM (15 years ago)
Author:
vboxsync
Message:

VMM: gcc warnings and a todo.

File:
1 edited

Legend:

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

    r22121 r22122  
    222222     * and consoliate a bit of cleanup code.
    223223     */
    224     PUVM pUVM;
     224    PUVM pUVM = NULL;                   /* shuts up gcc */
    225225    int rc = vmR3CreateUVM(cCPUs, &pUVM);
    226226    if (RT_FAILURE(rc))
     
    492492    }
    493493    RTMemFree(pUVM);
    494     *ppUVM = NULL; /* shuts up gcc */
    495494    return rc;
    496495}
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