]> git.pld-linux.org Git - packages/wxWidgets.git/blame - relax-abicheck.patch
up to 3.2.4
[packages/wxWidgets.git] / relax-abicheck.patch
CommitLineData
8c83cec1
JR
1diff -up wxWidgets-3.1.6/src/common/appbase.cpp.abicheck wxWidgets-3.1.6/src/common/appbase.cpp
2--- wxWidgets-3.1.6/src/common/appbase.cpp.abicheck 2022-04-04 09:41:33.000000000 -0400
3+++ wxWidgets-3.1.6/src/common/appbase.cpp 2022-04-04 19:14:33.883814729 -0400
4@@ -843,11 +843,8 @@ bool wxAppConsoleBase::CheckBuildOptions
5 wxString prog = wxString::FromAscii(optionsSignature);
6 wxString progName = wxString::FromAscii(componentName);
5157e719 7
8c83cec1
JR
8- wxLogFatalError(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
9+ wxLogWarning(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
10 lib, progName, prog);
11-
12- // normally wxLogFatalError doesn't return
13- return false;
14 }
5157e719 15
8c83cec1 16 return true;
This page took 0.176047 seconds and 5 git commands to generate.