VirtualBox

Ignore:
Timestamp:
Oct 7, 2018 11:37:57 AM (6 years ago)
Author:
vboxsync
Message:

IPRT: Mach-O build fix. bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp

    r74647 r74650  
    37593759/** @interface_method_impl{RTLDROPS,pfnQueryProp} */
    37603760static DECLCALLBACK(int) rtldrMachO_QueryProp(PRTLDRMODINTERNAL pMod, RTLDRPROP enmProp, void const *pvBits,
    3761                                           void *pvBuf, size_t cbBuf, size_t *pcbRet)
     3761                                              void *pvBuf, size_t cbBuf, size_t *pcbRet)
    37623762{
    37633763    PRTLDRMODMACHO pThis = RT_FROM_MEMBER(pMod, RTLDRMODMACHO, Core);
     
    37853785            break;
    37863786    }
     3787    NOREF(cbBuf);
    37873788    RT_NOREF_PV(pvBits);
    37883789    return rc;
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