X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd6c8be6e9a41eb90945ac5556840cd297ba8d7f..677dc0ed1a3ff68af15f6246d6d0708d5264b07a:/src/mac/corefoundation/gsockosx.cpp?ds=sidebyside diff --git a/src/mac/corefoundation/gsockosx.cpp b/src/mac/corefoundation/gsockosx.cpp index a433d71c0c..afbf551477 100644 --- a/src/mac/corefoundation/gsockosx.cpp +++ b/src/mac/corefoundation/gsockosx.cpp @@ -28,8 +28,8 @@ struct MacGSocketData // We will store the main loop's reference when Initialize is called static CFRunLoopRef s_mainRunLoop = NULL; -void Mac_Socket_Callback(CFSocketRef s, CFSocketCallBackType callbackType, - CFDataRef address, const void* data, void* info) +void Mac_Socket_Callback(CFSocketRef WXUNUSED(s), CFSocketCallBackType callbackType, + CFDataRef WXUNUSED(address), const void* data, void* info) { GSocket* socket = (GSocket*)info; struct MacGSocketData* macdata;