VirtualBox

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

IPRT: More unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/xarvfs.cpp

    r62477 r62566  
    14021402 * @interface_method_impl{RTVFSSYMLINKOPS,pfnRead}
    14031403 */
    1404 static DECLCALLBACK(int) rtZipXarFssSym_Read(void *pvThis, char *pszTarget, size_t cbXarget)
     1404static DECLCALLBACK(int) rtZipXarFssSym_Read(void *pvThis, char *pszTarget, size_t cbTarget)
    14051405{
    14061406    PRTZIPXARBASEOBJ pThis = (PRTZIPXARBASEOBJ)pvThis;
     
    14081408    return RTStrCopy(pszTarget, cbXarget, pThis->pXarReader->szTarget);
    14091409#else
     1410    RT_NOREF_PV(pThis); RT_NOREF_PV(pszTarget); RT_NOREF_PV(cbTarget);
    14101411    return VERR_NOT_IMPLEMENTED;
    14111412#endif
     
    18191820{
    18201821    int rc;
     1822    RT_NOREF_PV(pXarHdr);
    18211823
    18221824    /*
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