mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Make some OSX-only functions static
Gets rid of function prototype warnings.
This commit is contained in:
@@ -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: %@", \
|
||||
|
||||
Reference in New Issue
Block a user