Index: /trunk/src/VBox/Devices/PC/DevRTC.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevRTC.cpp	(revision 80645)
+++ /trunk/src/VBox/Devices/PC/DevRTC.cpp	(revision 80646)
@@ -685,5 +685,5 @@
     Assert(PDMDevHlpCritSectIsOwner(pDevIns, pDevIns->CTX_SUFF(pCritSectRo)));
     Assert(pTimer == PDMDevHlpTimerToPtr(pDevIns, pThis->hSecondTimer));
-    RT_NOREF(pvUser);
+    RT_NOREF(pvUser, pTimer);
 
     /* if the oscillator is not in normal operation, we do not update */
