From 30ebbe9e6c905148408142a08d361166af0d6f87 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Mon, 27 Oct 2008 22:27:26 +0000 Subject: [PATCH] build fix in non-debug git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@984 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp index 0eac382c5f..da0f557cb7 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp @@ -1158,10 +1158,10 @@ void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandReadLocalFeatures(u8* _Input) void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandReadStoredLinkKey(u8* _Input) { -#ifdef LOGGING +// #ifdef LOGGING // command parameters hci_read_stored_link_key_cp* ReadStoredLinkKey = (hci_read_stored_link_key_cp*)_Input; -#endif +// #endif // reply hci_read_stored_link_key_rp Reply;