Index: /trunk/src/VBox/Runtime/r0drv/darwin/rtStrFormatKernelAddress-r0drv-darwin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/darwin/rtStrFormatKernelAddress-r0drv-darwin.cpp	(revision 68995)
+++ /trunk/src/VBox/Runtime/r0drv/darwin/rtStrFormatKernelAddress-r0drv-darwin.cpp	(revision 68996)
@@ -46,5 +46,5 @@
      * as root.
      */
-    Assert(cbBuf >= 64);
+    Assert(cbBuf >= 64); RT_NOREF(cbBuf);
     return RTStrFormatNumber(pszBuf, uPtr, 16, cchWidth, cchPrecision, fFlags);
 }
