VirtualBox

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

VMM: -Wunused-parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r39038 r39078  
    4949#if 1
    5050    VMCPU_FF_SET(pVCpu, VMCPU_FF_TLB_FLUSH);
     51    NOREF(GCVirt);
    5152#else
    5253    Be very careful when activating this code!
     
    105106static DECLCALLBACK(void) hwaccmFlushHandler(RTCPUID idCpu, void *pvUser1, void *pvUser2)
    106107{
     108    NOREF(idCpu); NOREF(pvUser1); NOREF(pvUser2);
    107109    return;
    108110}
     
    315317       comment in SVMR0InvalidatePhysPage. */
    316318    Assert(pVM->hwaccm.s.svm.fSupported);
     319#else
     320    NOREF(GCPhys);
    317321#endif
    318322
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