X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3078f075bd2ccaa86a681b2f37314fa1bb1a4c7..1f1d2182ffe4feb82a1e674266f47d172ed3cb3c:/src/mac/carbon/fontutil.cpp diff --git a/src/mac/carbon/fontutil.cpp b/src/mac/carbon/fontutil.cpp index 2947ff8d0e..5fc4804433 100644 --- a/src/mac/carbon/fontutil.cpp +++ b/src/mac/carbon/fontutil.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/wxcrtvararg.h" #include "wx/log.h" #include "wx/intl.h" #endif @@ -80,7 +81,7 @@ bool wxGetNativeFontEncoding( wxFontEncoding encoding, wxNativeEncodingInfo *inf return true; } -bool wxTestFontEncoding( const wxNativeEncodingInfo& info ) +bool wxTestFontEncoding( const wxNativeEncodingInfo& WXUNUSED(info) ) { // basically we should be able to support every encoding via the OS return true;