VirtualBox

Changeset 63465 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 15, 2016 10:00:20 AM (8 years ago)
Author:
vboxsync
Message:

VMM: warnings (clang)

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r62478 r63465  
    18501850
    18511851
     1852#if 0 /* unused */
    18521853/**
    18531854 * Gets the host physical address for a page given by it's ID.
     
    18641865    return NIL_RTHCPHYS;
    18651866}
     1867#endif /* unused */
    18661868
    18671869
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r63127 r63465  
    598598
    599599
     600#ifdef VBOX_STRICT
    600601/**
    601602 * Reads the VM-entry exception error code field from the VMCS into
     
    613614    return VINF_SUCCESS;
    614615}
    615 
    616 
     616#endif /* VBOX_STRICT */
     617
     618
     619#ifdef VBOX_STRICT
    617620/**
    618621 * Reads the VM-entry exception error code field from the VMCS into
     
    630633    return VINF_SUCCESS;
    631634}
     635#endif /* VBOX_STRICT */
    632636
    633637
     
    78457849
    78467850
     7851#if 0 /* unused */
    78477852/**
    78487853 * Sets a general-protection (\#GP) exception as pending-for-injection into the
     
    78637868    hmR0VmxSetPendingEvent(pVCpu, u32IntInfo, 0 /* cbInstr */, u32ErrorCode, 0 /* GCPtrFaultAddress */);
    78647869}
     7870#endif /* unused */
    78657871
    78667872
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