VirtualBox

Ignore:
Timestamp:
Oct 21, 2011 2:18:22 PM (13 years ago)
Author:
vboxsync
Message:

VMM: -Wunused-parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r39038 r39078  
    105105    AssertReturn(HCPhysCpuPage != 0 && HCPhysCpuPage != NIL_RTHCPHYS, VERR_INVALID_PARAMETER);
    106106    AssertReturn(pvCpuPage, VERR_INVALID_PARAMETER);
     107    NOREF(pCpu);
    107108
    108109    if (pVM)
     
    144145    AssertReturn(HCPhysCpuPage != 0 && HCPhysCpuPage != NIL_RTHCPHYS, VERR_INVALID_PARAMETER);
    145146    AssertReturn(pvCpuPage, VERR_INVALID_PARAMETER);
     147    NOREF(pCpu);
    146148
    147149    /* If we're somehow not in VMX root mode, then we shouldn't dare leaving it. */
     
    9991001{
    10001002    int rc = VINF_SUCCESS;
     1003    NOREF(pVM);
    10011004
    10021005    /*
     
    42934296{
    42944297    Assert(pVM->hwaccm.s.vmx.fSupported);
     4298    NOREF(pCpu);
    42954299
    42964300    unsigned cr4 = ASMGetCR4();
     
    44714475static void hmR0VmxReportWorldSwitchError(PVM pVM, PVMCPU pVCpu, VBOXSTRICTRC rc, PCPUMCTX pCtx)
    44724476{
     4477    NOREF(pVM);
     4478
    44734479    switch (VBOXSTRICTRC_VAL(rc))
    44744480    {
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