Index: /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp	(revision 68007)
+++ /trunk/src/VBox/VMM/VMMR0/GMMR0.cpp	(revision 68008)
@@ -5194,5 +5194,5 @@
     return rc;
 #else
-    NOREF(pVM); NOREF(pVCpu);
+    RT_NOREF(pGVM, pVM, idCpu);
     return VERR_NOT_IMPLEMENTED;
 #endif
