VirtualBox

Changeset 40536 in vbox for trunk


Ignore:
Timestamp:
Mar 19, 2012 1:37:04 PM (13 years ago)
Author:
vboxsync
Message:

warnings

Location:
trunk/src/VBox/Main/src-server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp

    r40505 r40536  
    14391439        {
    14401440            HRESULT hrc = mParent->getBandwidthGroup(strBwGroup, pBwGroup, false /* fSetError */);
    1441 
     1441            NOREF(hrc);
    14421442            Assert(SUCCEEDED(hrc)); /* This is not allowed to fail because the existence of the group was checked when it was attached. */
    14431443        }
     
    14701470        {
    14711471            HRESULT hrc = mParent->getBandwidthGroup(mData->mBandwidthGroup, pOldBwGroup, false /* fSetError */);
    1472 
     1472            NOREF(hrc);
    14731473            Assert(SUCCEEDED(hrc)); /* This is not allowed to fail because the existence of the group was checked when it was attached. */
    14741474        }
  • trunk/src/VBox/Main/src-server/Performance.cpp

    r40358 r40536  
    163163void CGRQEnable::debugPrint(void *aObject, const char *aFunction, const char *aText)
    164164{
     165    NOREF(aObject);
     166    NOREF(aFunction);
     167    NOREF(aText);
    165168    LogAleksey(("{%p} " LOG_FN_FMT ": CGRQEnable(mask=0x%x) %s\n",
    166169                aObject, aFunction, mMask, aText));
     
    175178void CGRQDisable::debugPrint(void *aObject, const char *aFunction, const char *aText)
    176179{
     180    NOREF(aObject);
     181    NOREF(aFunction);
     182    NOREF(aText);
    177183    LogAleksey(("{%p} " LOG_FN_FMT ": CGRQDisable(mask=0x%x) %s\n",
    178184                aObject, aFunction, mMask, aText));
     
    186192void CGRQAbort::debugPrint(void *aObject, const char *aFunction, const char *aText)
    187193{
     194    NOREF(aObject);
     195    NOREF(aFunction);
     196    NOREF(aText);
    188197    LogAleksey(("{%p} " LOG_FN_FMT ": CGRQAbort %s\n",
    189198                aObject, aFunction, aText));
     
    363372                            this, 0, RTTHREADTYPE_MAIN_WORKER, RTTHREADFLAGS_WAITABLE,
    364373                            "CGMgr");
     374    NOREF(rc);
    365375    LogAleksey(("{%p} " LOG_FN_FMT ": RTThreadCreate returned %u (mThread=%p)\n",
    366376                this, __PRETTY_FUNCTION__, rc));
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