Index: /trunk/src/VBox/Main/MachineImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/MachineImpl.cpp	(revision 29346)
+++ /trunk/src/VBox/Main/MachineImpl.cpp	(revision 29347)
@@ -1466,4 +1466,5 @@
 STDMETHODIMP Machine::COMGETTER(PageFusionEnabled) (BOOL *enabled)
 {
+    NOREF(enabled);
     return E_NOTIMPL;
 }
@@ -1471,4 +1472,5 @@
 STDMETHODIMP Machine::COMSETTER(PageFusionEnabled) (BOOL enabled)
 {
+    NOREF(enabled);
     return E_NOTIMPL;
 }
