From fd39454ad3db02cf702527442c97b364c8b6b991 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 28 Oct 2014 08:36:00 -0400 Subject: Make some OSX-only functions static Gets rid of function prototype warnings. --- Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm index 9d73106c6e..9d6b974db7 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm +++ b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm @@ -108,7 +108,7 @@ void DeviceElementDebugPrint(const void *value, void *context) } } -void DeviceDebugPrint(IOHIDDeviceRef device) +static void DeviceDebugPrint(IOHIDDeviceRef device) { #if 0 #define shortlog(x) NSLog(@"%s: %@", \ -- cgit v1.2.3