VirtualBox

Changeset 107573 in vbox for trunk


Ignore:
Timestamp:
Jan 9, 2025 9:31:03 AM (3 weeks ago)
Author:
vboxsync
Message:

src/VBox/Main/src-client/GuestSessionImpl.cpp: Fixed warnings found by Parfait (assignment unused). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r106061 r107573  
    25682568    {
    25692569        GuestWaitEventPayload evPayload(dataCb.uType, &dataCb, sizeof(dataCb));
    2570         vrc = signalWaitEventInternal(pCbCtx, dataCb.rc, &evPayload);
     2570        int const vrc2 = signalWaitEventInternal(pCbCtx, dataCb.rc, &evPayload);
     2571        if (RT_SUCCESS(vrc))
     2572            vrc = vrc2;
    25712573    }
    25722574    catch (int vrcEx) /* Thrown by GuestWaitEventPayload constructor. */
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