VirtualBox

Ignore:
Timestamp:
Oct 21, 2011 2:26:05 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74509
Message:

IPRT: Started -Wunused-parameter cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/memtracker.cpp

    r36674 r39080  
    635635         *        attribute the free operation if the tags differ - it
    636636         *        makes sense at all... */
     637        NOREF(pszTag);
    637638        if (pHdr->pTag)
    638639            rtMemTrackerStateRecordFree(&pHdr->pTag->Stats, pHdr->cbUser, enmMethod);
     
    931932static DECLCALLBACK(void) rtMemTrackerDumpLogOutput(PRTMEMTRACKEROUTPUT pThis, const char *pszFormat, ...)
    932933{
     934    NOREF(pThis);
    933935    va_list va;
    934936    va_start(va, pszFormat);
     
    972974static DECLCALLBACK(void) rtMemTrackerDumpLogRelOutput(PRTMEMTRACKEROUTPUT pThis, const char *pszFormat, ...)
    973975{
     976    NOREF(pThis);
    974977    va_list va;
    975978    va_start(va, pszFormat);
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