VirtualBox

Ignore:
Timestamp:
Apr 24, 2017 12:32:16 PM (8 years ago)
Author:
vboxsync
Message:

SUPLib-win.cpp/suplibOsTerm: Fixed assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp

    r66654 r66655  
    647647    {
    648648        NTSTATUS rcNt = NtClose((HANDLE)pThis->hDevice);
    649         Assert(NT_SUCCESS(rcNt));
     649        Assert(NT_SUCCESS(rcNt)); RT_NOREF(rcNt);
    650650        pThis->hDevice = NIL_RTFILE; /* yes, that's right */
    651651    }
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