Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-01-16 15:51:35 +00:00
parent 99879bbf15
commit ead190e478

View File

@ -1795,6 +1795,7 @@ bool wxLocale::Init(int language, int flags)
return false;
}
#else
wxUnusedVar(flags);
return false;
#define WX_NO_LOCALE_SUPPORT
#endif