VirtualBox

Changeset 62639 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 28, 2016 8:36:52 PM (8 years ago)
Author:
vboxsync
Message:

VMMR3: warnings

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

Legend:

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

    r62637 r62639  
    8282//#define IEM_LOG_MEMORY_WRITES
    8383#define IEM_IMPLEMENTS_TASKSWITCH
     84
     85/* Disabled warning C4505: 'iemRaisePageFaultJmp' : unreferenced local function has been removed */
     86#ifdef _MSC_VER
     87# pragma warning(disable:4505)
     88#endif
    8489
    8590
     
    1363613641 *                      POP SS and MOV SS,GR.
    1363713642 */
    13638 #ifdef __GNUC__
    13639 DECLINLINE(VBOXSTRICTRC)        iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit)
    13640 #else
    13641 DECL_FORCE_INLINE(VBOXSTRICTRC) iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit)
    13642 #endif
     13643DECLINLINE(VBOXSTRICTRC) iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit)
    1364313644{
    1364413645#ifdef IEM_WITH_SETJMP
  • trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp

    r62478 r62639  
    11241124{
    11251125    int32_t delta = pVM->patm.s.pPatchMemGC - patmInfo.pPatchMemGC;
     1126    RT_NOREF1(offset);
    11261127
    11271128    switch (pRec->uType)
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