VirtualBox

Changeset 49485 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 14, 2013 4:18:00 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r49433 r49485  
    43524352        case VBOXVHWACMD_TYPE_QUERY_INFO1:
    43534353        {
     4354#ifdef RT_STRICT
    43544355            VBOXVHWACMD_QUERYINFO1 * pBody = VBOXVHWACMD_BODY(pCmd, VBOXVHWACMD_QUERYINFO1);
     4356#endif
    43554357            Assert(pBody->u.in.guestVersion.maj == VBOXVHWA_VERSION_MAJ);
    43564358            Assert(pBody->u.in.guestVersion.min == VBOXVHWA_VERSION_MIN);
     
    50375039
    50385040        VBoxVHWACommandElement *pCur;
    5039         RTListForEach(&mCommandList, pCur, VBoxVHWACommandElement, ListNode)
     5041        RTListForEachCpp(&mCommandList, pCur, VBoxVHWACommandElement, ListNode)
    50405042        {
    50415043            ++cEventsNeeded;
     
    51175119    }
    51185120
    5119     pEl = RTListGetFirst(&mCommandList, VBoxVHWACommandElement, ListNode);
     5121    pEl = RTListGetFirstCpp(&mCommandList, VBoxVHWACommandElement, ListNode);
    51205122    if (pEl)
    51215123    {
     
    51555157    RTCritSectLeave(&mCritSect);
    51565158
    5157     RTListForEachSafe(&mCommandList, pCur, pNext, VBoxVHWACommandElement, ListNode)
     5159    RTListForEachSafeCpp(&mCommandList, pCur, pNext, VBoxVHWACommandElement, ListNode)
    51585160    {
    51595161        switch(pCur->type())
     
    52835285
    52845286    VBoxVHWACommandElement *pCur;
    5285     RTListForEach(&mCommandList, pCur, VBoxVHWACommandElement, ListNode)
     5287    RTListForEachCpp(&mCommandList, pCur, VBoxVHWACommandElement, ListNode)
    52865288    {
    52875289        rc = SSMR3PutU32(pSSM, pCur->type());         AssertRC(rc);
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