VirtualBox

Ignore:
Timestamp:
Jul 26, 2016 3:58:26 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: More unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp

    r62477 r62571  
    5353static int tstTrafficThreadCommon(uintptr_t iThread, bool fNS)
    5454{
     55    RT_NOREF_PV(iThread);
     56
    5557    for (uint32_t iLoop = 0; RTTimeMilliTS() - g_u64StartMilliTS < g_cSecs*1000; iLoop++)
    5658    {
     
    8082static DECLCALLBACK(int) tstTrafficNSThread(RTTHREAD hSelf, void *pvUser)
    8183{
     84    RT_NOREF_PV(hSelf);
     85
    8286    uintptr_t iThread = (uintptr_t)pvUser;
    8387    return tstTrafficThreadCommon(iThread, true);
     
    8791static DECLCALLBACK(int) tstTrafficEWThread(RTTHREAD hSelf, void *pvUser)
    8892{
     93    RT_NOREF_PV(hSelf);
     94
    8995    uintptr_t iThread = (uintptr_t)pvUser;
    9096    return tstTrafficThreadCommon(iThread, false);
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