Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp	(revision 35499)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp	(revision 35500)
@@ -1642,5 +1642,5 @@
                 );
 
-        Assert(unmapped);
+        Assert(unmapped); NOREF(unmapped);
 
         VBoxVHWATextureNP2Rect::doUpdate(0, &mRect);
@@ -1731,5 +1731,5 @@
                 );
 
-        Assert(unmapped);
+        Assert(unmapped); NOREF(unmapped);
 
         VBOXQGL_CHECKERR(
@@ -1772,5 +1772,5 @@
                 );
 
-        Assert(unmapped);
+        Assert(unmapped); NOREF(unmapped);
 
         mpMappedAllignedBuffer = NULL;
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h	(revision 35499)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h	(revision 35500)
@@ -693,5 +693,5 @@
                     );
 
-            Assert(unmapped);
+            Assert(unmapped); NOREF(unmapped);
 
             VBoxVHWATextureImage::setAddress(0);
