Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / drivers / bus / pcix / hookhal.c
index 902b287..d465cf3 100644 (file)
@@ -27,6 +27,10 @@ PciTranslateBusAddress(IN INTERFACE_TYPE InterfaceType,
                        OUT PULONG AddressSpace,
                        OUT PPHYSICAL_ADDRESS TranslatedAddress)
 {
+    UNREFERENCED_PARAMETER(InterfaceType);
+    UNREFERENCED_PARAMETER(BusNumber);
+    UNREFERENCED_PARAMETER(AddressSpace);
+
     /* FIXME: Broken translation */
     UNIMPLEMENTED;
     TranslatedAddress->QuadPart = BusAddress.QuadPart;