VirtualBox

Ignore:
Timestamp:
Jul 27, 2016 11:46:03 AM (8 years ago)
Author:
vboxsync
Message:

IPRT: Unused parameters on windows.

File:
1 edited

Legend:

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

    r62564 r62584  
    406406static int rtZipPkzipParseLocalFileHeader(PRTZIPPKZIPREADER pThis, PRTZIPPKZIPLOCALFILEHDR pLfh, size_t *pcbExtra)
    407407{
     408    RT_NOREF_PV(pThis);
     409
    408410    if (pLfh->cbFilename >= sizeof(pThis->szName))
    409411        return VERR_PKZIP_NAME_TOO_LONG;
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