#warning is a compilation error, not warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-07-29 23:38:06 +00:00
parent f56b833007
commit d5dbeb3140

View File

@ -190,7 +190,6 @@ wxDllLoader::GetProgramHandle(void)
// shl_findsymbol with NULL handle looks up in main program
return 0;
#else
#warning "Please implement this for your system!"
wxFAIL_MSG(_("This method is not implemented under Windows or OS/2"));
return 0;
#endif