VirtualBox

Ignore:
Timestamp:
Jun 7, 2023 8:05:13 PM (20 months ago)
Author:
vboxsync
Message:

*: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on darwin.arm64 and make it a default, bugref:10469

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r99743 r100108  
    12371237    uint64_t u64Fsb = 0;
    12381238    AssertReleaseFailed();
     1239    RT_NOREF(pDevIns);
    12391240#else
    12401241    uint64_t u64Fsb = CPUMGetGuestScalableBusFrequency(pDevIns->Internal.s.pVMR3);
     
    46374638#ifdef VBOX_VMM_TARGET_ARMV8
    46384639    AssertReleaseFailed();
     4640    RT_NOREF(pDevIns, fEnable);
    46394641#else
    46404642    PGMR3PhysSetA20(VMMGetCpu(pDevIns->Internal.s.pVMR3), fEnable);
     
    46554657
    46564658#ifdef VBOX_VMM_TARGET_ARMV8
    4657     RT_NOREF(iLeaf, pEax, pEbx, pEcx, pEdx);
     4659    RT_NOREF(pDevIns, iLeaf, pEax, pEbx, pEcx, pEdx);
    46584660    AssertReleaseFailed();
    46594661#else
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