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.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp

    r37596 r39083  
    15021502RTDECL(int) RTVfsUtilDummyPollOne(uint32_t fEvents, RTMSINTERVAL cMillies, bool fIntr, uint32_t *pfRetEvents)
    15031503{
     1504    NOREF(fEvents);
    15041505    int rc;
    15051506    if (fIntr)
  • trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp

    r39032 r39083  
    548548                                              uint32_t *pfRetEvents)
    549549{
     550    NOREF(pvThis);
    550551    int rc;
    551552    if (fEvents != RTPOLL_EVT_ERROR)
  • trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp

    r39032 r39083  
    253253                                              uint32_t *pfRetEvents)
    254254{
     255    NOREF(pvThis);
    255256    int rc;
    256257    if (fEvents != RTPOLL_EVT_ERROR)
     
    347348    return RTFileSetOwner(pThis->hFile, uid, gid);
    348349#else
     350    NOREF(pvThis); NOREF(uid); NOREF(gid);
    349351    return VERR_NOT_IMPLEMENTED;
    350352#endif
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