VirtualBox

Changeset 69982 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Dec 7, 2017 2:22:30 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119488
Message:

build fix

File:
1 edited

Legend:

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

    r69980 r69982  
    357357     */
    358358    int rc = VINF_SUCCESS;
    359     BOOL fSucc = ResetEvent(pThis->Overlapped.hEvent); Assert(fSucc == TRUE);
     359    BOOL fSucc = ResetEvent(pThis->Overlapped.hEvent); Assert(fSucc == TRUE); RT_NOREF(fSucc);
    360360    DWORD cbRead = 0;
    361361    if (   cbToRead == 0
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette