VirtualBox

Changeset 33059 in vbox for trunk/src


Ignore:
Timestamp:
Oct 12, 2010 12:14:53 PM (14 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuest: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r33054 r33059  
    13721372    PVBOXGUESTWAIT          pWait;
    13731373    PVBOXGUESTWAIT          pSafe;
     1374    int                     rc = 0;
    13741375
    13751376    Log(("VBoxGuestCommonIOCtl: CANCEL_ALL_WAITEVENTS\n"));
     
    13941395    }
    13951396    RTSpinlockReleaseNoInts(pDevExt->EventSpinlock, &Tmp);
     1397    Assert(rc == 0);
    13961398
    13971399#ifdef VBOXGUEST_USE_DEFERRED_WAKE_UP
     
    23032305    RTSPINLOCKTMP           Tmp                   = RTSPINLOCKTMP_INITIALIZER;
    23042306    VMMDevEvents volatile  *pReq                  = pDevExt->pIrqAckEvents;
     2307    int                     rc                    = 0;
    23052308    bool                    fOurIrq;
    23062309
     
    24202423    }
    24212424
     2425    Assert(rc == 0);
    24222426    return fOurIrq;
    24232427}
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