VirtualBox

Changeset 107718 in vbox


忽略:
时间戳:
2025-1-13 下午06:17:23 (8天前)
作者:
vboxsync
消息:

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

文件:
修改了1个

图例:

未修改
增加
删除
  • 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