VirtualBox

Changeset 62556 in vbox for trunk/src


Ignore:
Timestamp:
Jul 26, 2016 10:20:00 AM (8 years ago)
Author:
vboxsync
Message:

IPRT: Unused parameters.

Location:
trunk/src/VBox/Runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/time/timesup.cpp

    r62477 r62556  
    132132                                                              uint16_t iCpuSet, uint16_t iGipCpu)
    133133{
     134    RT_NOREF_PV(pData); RT_NOREF_PV(idApic); RT_NOREF_PV(iCpuSet); RT_NOREF_PV(iGipCpu);
    134135# ifndef IN_RC
    135136    AssertMsgFailed(("idApic=%#x iCpuSet=%#x iGipCpu=%#x\n", idApic, iCpuSet, iGipCpu));
  • trunk/src/VBox/Runtime/generic/critsect-generic.cpp

    r62477 r62556  
    7272    AssertReturn(!(fFlags & ~(RTCRITSECT_FLAGS_NO_NESTING | RTCRITSECT_FLAGS_NO_LOCK_VAL | RTCRITSECT_FLAGS_BOOTSTRAP_HACK | RTCRITSECT_FLAGS_NOP)),
    7373                 VERR_INVALID_PARAMETER);
     74    RT_NOREF_PV(hClass); RT_NOREF_PV(uSubClass); RT_NOREF_PV(pszNameFmt);
    7475
    7576    /*
     
    143144    return RTLockValidatorRecExclSetSubClass(pCritSect->pValidatorRec, uSubClass);
    144145# else
     146    RT_NOREF_PV(pCritSect); RT_NOREF_PV(uSubClass);
    145147    return RTLOCKVAL_SUB_CLASS_INVALID;
    146148# endif
     
    158160    Assert(!(pCritSect->fFlags & RTCRITSECT_FLAGS_RING0));
    159161#endif
     162    RT_NOREF_PV(pSrcPos);
    160163
    161164    /*
     
    238241    Assert(!(pCritSect->fFlags & RTCRITSECT_FLAGS_RING0));
    239242#endif
     243    RT_NOREF_PV(pSrcPos);
    240244
    241245    /*
  • trunk/src/VBox/Runtime/generic/critsectrw-generic.cpp

    r62477 r62556  
    9494                              | RTCRITSECT_FLAGS_NOP )),
    9595                 VERR_INVALID_PARAMETER);
     96    RT_NOREF_PV(hClass); RT_NOREF_PV(uSubClass); RT_NOREF_PV(pszNameFmt);
     97
    9698
    9799    /*
     
    206208    Assert(!(pThis->fFlags & RTCRITSECT_FLAGS_RING0));
    207209#endif
     210    RT_NOREF_PV(pSrcPos);
    208211
    209212#ifdef RTCRITSECTRW_STRICT
     
    546549    Assert(!(pThis->fFlags & RTCRITSECT_FLAGS_RING0));
    547550#endif
     551    RT_NOREF_PV(pSrcPos);
    548552
    549553#ifdef RTCRITSECTRW_STRICT
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