VirtualBox

Changeset 107718 in vbox for trunk/src


Ignore:
Timestamp:
Jan 13, 2025 6:17:23 PM (7 days ago)
Author:
vboxsync
Message:

src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp: Fixed warnings found by Parfait (unused assignment). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107718  
    18501850            rc2 = RTSemEventMultiReset(g_hVMInfoEvent);
    18511851            if (RT_FAILURE(rc2))
    1852                 rc2 = VGSvcError("RTSemEventMultiReset failed; rc2=%Rrc\n", rc2);
     1852                VGSvcError("RTSemEventMultiReset failed; rc2=%Rrc\n", rc2);
    18531853        }
    18541854    }
     
    18921892        /* Delete the "../Net" branch. */
    18931893        const char *apszPat[1] = { "/VirtualBox/GuestInfo/Net/*" };
    1894         int rc = VbglR3GuestPropDelSet(g_uVMInfoGuestPropSvcClientID, &apszPat[0], RT_ELEMENTS(apszPat));
     1894        VbglR3GuestPropDelSet(g_uVMInfoGuestPropSvcClientID, &apszPat[0], RT_ELEMENTS(apszPat));
    18951895
    18961896        /* Destroy LA client info. */
     
    19011901
    19021902        /* Disconnect from guest properties service. */
    1903         rc = VbglR3GuestPropDisconnect(g_uVMInfoGuestPropSvcClientID);
    1904         if (RT_FAILURE(rc))
    1905             VGSvcError("Failed to disconnect from guest property service! Error: %Rrc\n", rc);
     1903        VbglR3GuestPropDisconnect(g_uVMInfoGuestPropSvcClientID);
    19061904        g_uVMInfoGuestPropSvcClientID = 0;
    19071905
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