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/fileaio-posix.cpp

    r37596 r39083  
    579579    if (hAioCtx == NIL_RTFILEAIOCTX)
    580580        return RTFILEAIO_UNLIMITED_REQS;
    581     else
    582         return pCtxInt->cMaxRequests;
     581    return pCtxInt->cMaxRequests;
    583582}
    584583
    585584RTDECL(int) RTFileAioCtxAssociateWithFile(RTFILEAIOCTX hAioCtx, RTFILE hFile)
    586585{
     586    NOREF(hAioCtx); NOREF(hFile);
    587587    return VINF_SUCCESS;
    588588}
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