]> git.pld-linux.org Git - packages/wxWidgets.git/blob - relax-abicheck.patch
up to 3.2.3
[packages/wxWidgets.git] / relax-abicheck.patch
1 diff -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);
7  
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      }
15  
16      return true;
This page took 0.021479 seconds and 3 git commands to generate.