VirtualBox

Ignore:
Timestamp:
Oct 22, 2011 12:28:46 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74515
Message:

IPRT: -Wunused-parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp

    r33540 r39083  
    429429#endif
    430430        RTThreadBlocking(hThreadSelf, RTTHREADSTATE_EVENT_MULTI, true);
     431        /** @todo interruptible wait is not implementable... */ NOREF(fFlags);
    431432        rc = pthread_cond_wait(&pThis->Cond, &pThis->Mutex);
    432433        RTThreadUnblocked(hThreadSelf, RTTHREADSTATE_EVENT_MULTI);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette