VirtualBox

Changeset 91028 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 31, 2021 11:47:48 AM (3 years ago)
Author:
vboxsync
Message:

Runtime/r3/win/tpm-win.cpp: Some untested RTTpm* API implementation for WIndows based on TBS, bugref:10075 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/tpm-win.cpp

    r91027 r91028  
    234234
    235235    TBS_RESULT rcTbs = g_pfnTbsiContextClose(pThis->hCtx);
    236     Assert(rcTbs == TBS_SUCCESS);
     236    Assert(rcTbs == TBS_SUCCESS); RT_NOREF(rcTbs);
    237237
    238238    RTMemFree(pThis);
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