VirtualBox

Changeset 7559 in vbox


Ignore:
Timestamp:
Mar 25, 2008 5:08:42 PM (17 years ago)
Author:
vboxsync
Message:

warnings

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

Legend:

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

    r7471 r7559  
    14421442{
    14431443    PUVM pUVM = pVM->pUVM;
     1444    NOREF(pUVM);
    14441445    LogFlow(("vmR3Destroy: pVM=%p pUVM=%p\n", pVM, pUVM));
    14451446    VM_ASSERT_EMT(pVM);
  • trunk/src/VBox/VMM/VMReq.cpp

    r6796 r7559  
    716716     */
    717717    PUVM pUVM = pReq->pUVM;
     718    NOREF(pUVM);
    718719    AssertMsg(!pUVM->pVM || !VMMR3LockIsOwner(pUVM->pVM),
    719720              ("Waiting for EMT to process a request, but we own the global VM lock!?!?!?!\n"));
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