VirtualBox

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

IPRT: More unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c

    r62477 r62566  
    9191
    9292    sched_setscheduler(current, iSchedClass, &Param);
     93#else
     94    RT_NOREF_PV(enmType);
    9395#endif
     96    RT_NOREF_PV(pThread);
    9497
    9598    return VINF_SUCCESS;
     
    99102DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread)
    100103{
     104    RT_NOREF_PV(pThread);
    101105    return VERR_NOT_IMPLEMENTED;
    102106}
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