Index: /trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp	(revision 77482)
+++ /trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp	(revision 77483)
@@ -421,5 +421,5 @@
     AssertRC(rc); RT_NOREF(rc);
     bool fIns = RTAvlU64Insert(&pThis->TreeMutations, &pMutation->Core);
-    Assert(fIns);
+    Assert(fIns); RT_NOREF(fIns);
     rc = RTSemRWReleaseWrite(pThis->hSemRwMutations);
     AssertRC(rc); RT_NOREF(rc);
