X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a10ea8b13fd0851e71e6fa5ebbe5b93933be11e..3e822cd8d0bdf04cd2c7a3dddff61dcc211f7439:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 548776f481..c1055e99e3 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -1795,6 +1795,7 @@ bool wxLocale::Init(int language, int flags) return false; } #else + wxUnusedVar(flags); return false; #define WX_NO_LOCALE_SUPPORT #endif