From d5dbeb31400b36e640d5a5b644d6107420bf2359 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 29 Jul 1999 23:38:06 +0000 Subject: [PATCH] #warning is a compilation error, not warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dynlib.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/dynlib.cpp b/src/common/dynlib.cpp index 228cc67835..ef1ba88aa1 100644 --- a/src/common/dynlib.cpp +++ b/src/common/dynlib.cpp @@ -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 -- 2.47.2