[PCIX]
[reactos.git] / reactos / drivers / bus / pcix / init.c
index 58f1328..398b8b4 100644 (file)
@@ -677,15 +677,19 @@ NTSTATUS
 NTAPI
 PciGetDebugPorts(IN HANDLE DebugKey)
 {
+    UNREFERENCED_PARAMETER(DebugKey);
     /* This function is not yet implemented */
     UNIMPLEMENTED_DBGBREAK();
     return STATUS_SUCCESS;
 }
 
+DRIVER_UNLOAD PciDriverUnload;
+
 VOID
 NTAPI
 PciDriverUnload(IN PDRIVER_OBJECT DriverObject)
 {
+    UNREFERENCED_PARAMETER(DriverObject);
     /* This function is not yet implemented */
     UNIMPLEMENTED_DBGBREAK("PCI: Unload\n");
 }