VirtualBox

Changeset 36819 in vbox


Ignore:
Timestamp:
Apr 22, 2011 7:40:04 PM (14 years ago)
Author:
vboxsync
Message:

CFGM: Shut up two -O3 warnings on mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CFGM.cpp

    r35346 r36819  
    10851085static int cfgmR3ResolveNode(PCFGMNODE pNode, const char *pszPath, PCFGMNODE *ppChild)
    10861086{
     1087    *ppChild = NULL;
    10871088    if (!pNode)
    10881089        return VERR_CFGM_NO_PARENT;
     
    11441145static int cfgmR3ResolveLeaf(PCFGMNODE pNode, const char *pszName, PCFGMLEAF *ppLeaf)
    11451146{
     1147    *ppLeaf = NULL;
    11461148    if (!pNode)
    11471149        return VERR_CFGM_NO_PARENT;
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