VirtualBox

Changeset 77483 in vbox


Ignore:
Timestamp:
Feb 27, 2019 1:21:29 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129073
Message:

Runtime/fuzz: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp

    r77482 r77483  
    421421    AssertRC(rc); RT_NOREF(rc);
    422422    bool fIns = RTAvlU64Insert(&pThis->TreeMutations, &pMutation->Core);
    423     Assert(fIns);
     423    Assert(fIns); RT_NOREF(fIns);
    424424    rc = RTSemRWReleaseWrite(pThis->hSemRwMutations);
    425425    AssertRC(rc); RT_NOREF(rc);
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