Index: /trunk/src/VBox/Runtime/common/fs/extvfs.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/fs/extvfs.cpp	(revision 80634)
+++ /trunk/src/VBox/Runtime/common/fs/extvfs.cpp	(revision 80635)
@@ -1197,5 +1197,5 @@
             {
                 bool fIns = RTAvlU32Insert(&pThis->InodeRoot, &pInode->Core);
-                Assert(fIns);
+                Assert(fIns); RT_NOREF(fIns);
             }
         }
