VirtualBox

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


Ignore:
Timestamp:
Aug 5, 2008 2:08:55 PM (16 years ago)
Author:
vboxsync
Message:

compiler warnings

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r10823 r11133  
    633633static DECLCALLBACK(int) pgmR3CmdSync(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult);
    634634static DECLCALLBACK(int) pgmR3CmdSyncAlways(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult);
     635# ifdef VBOX_STRICT
    635636static DECLCALLBACK(int) pgmR3CmdAssertCR3(PCDBGCCMD pCmd, PDBGCCMDHLP pCmdHlp, PVM pVM, PCDBGCVAR paArgs, unsigned cArgs, PDBGCVAR pResult);
     637# endif
    636638#endif
    637639
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r10817 r11133  
    805805    CPUMCTX *pCtx;
    806806    int      rc;
    807     RTCPUID  idCpu = RTMpCpuId();
     807    RTCPUID  idCpu = RTMpCpuId(); NOREF(idCpu);
    808808
    809809    Assert(!VM_FF_ISPENDING(pVM, VM_FF_PGM_SYNC_CR3 | VM_FF_PGM_SYNC_CR3_NON_GLOBAL));
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