VirtualBox

Changeset 94814 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
May 4, 2022 8:53:29 AM (3 years ago)
Author:
vboxsync
Message:

Main/MachineImpl: build fixes, bugref:9955

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r94789 r94814  
    430430
    431431            HRESULT hrc2 = aParent->i_releaseCryptoIf(pCryptoIf);
    432             Assert(hrc2 == S_OK);
     432            Assert(hrc2 == S_OK); RT_NOREF(hrc2);
    433433
    434434            if (FAILED(hrc))
     
    733733    {
    734734        HRESULT hrc2 = aParent->i_releaseCryptoIf(pCryptoIf);
    735         Assert(hrc2 == S_OK);
     735        Assert(hrc2 == S_OK); RT_NOREF(hrc2);
    736736    }
    737737#endif
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