VirtualBox

Ignore:
Timestamp:
Jul 26, 2016 2:43:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109133
Message:

IPRT: Mark unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp

    r62477 r62564  
    4040static DECLCALLBACK(void) rtAsn1EFenceAllocator_Free(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, void *pv)
    4141{
     42    RT_NOREF_PV(pThis);
    4243    RTMemEfFreeNP(pv);
    4344    pAllocation->cbAllocated = 0;
     
    5657        return VINF_SUCCESS;
    5758    }
     59    RT_NOREF_PV(pThis);
    5860    return VERR_NO_MEMORY;
    5961}
     
    7375        return VINF_SUCCESS;
    7476    }
     77    RT_NOREF_PV(pThis);
    7578    return VERR_NO_MEMORY;
    7679}
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