VirtualBox

Ignore:
Timestamp:
Aug 15, 2016 12:39:40 AM (8 years ago)
Author:
vboxsync
Message:

Runtime: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/generic/allocex-r3-generic.cpp

    r62477 r63451  
    4141DECLHIDDEN(int) rtMemAllocEx16BitReach(size_t cbAlloc, uint32_t fFlags, void **ppv)
    4242{
     43    RT_NOREF(cbAlloc, fFlags, ppv);
    4344    return VERR_NOT_SUPPORTED;
    4445}
     
    4748DECLHIDDEN(int) rtMemAllocEx32BitReach(size_t cbAlloc, uint32_t fFlags, void **ppv)
    4849{
     50    RT_NOREF(cbAlloc, fFlags, ppv);
    4951    return VERR_NOT_SUPPORTED;
    5052}
     
    5355DECLHIDDEN(void) rtMemFreeExYyBitReach(void *pv, size_t cb, uint32_t fFlags)
    5456{
     57    RT_NOREF(pv, cb, fFlags);
    5558    AssertFailed();
    5659}
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