diff options
author | CoprDistGit <infra@openeuler.org> | 2024-05-27 03:31:39 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-05-27 03:31:39 +0000 |
commit | c21944020753ad13fc2c9874fa750a61bea6bda1 (patch) | |
tree | ef9533342fea87d1d448555ce57afee6e444de05 /wxGTK3-3.1.6-abicheck.patch | |
parent | 942c1d948513477c8e8c39f8549d7ac489bc139f (diff) |
automatic import of wxGTK3openeuler23.09openeuler23.03openeuler22.09openeuler22.03_LTS_SP3openeuler22.03_LTS_SP2openeuler22.03_LTSopeneuler20.03
Diffstat (limited to 'wxGTK3-3.1.6-abicheck.patch')
-rw-r--r-- | wxGTK3-3.1.6-abicheck.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/wxGTK3-3.1.6-abicheck.patch b/wxGTK3-3.1.6-abicheck.patch new file mode 100644 index 0000000..1c4e618 --- /dev/null +++ b/wxGTK3-3.1.6-abicheck.patch @@ -0,0 +1,16 @@ +diff -up wxWidgets-3.1.6/src/common/appbase.cpp.abicheck wxWidgets-3.1.6/src/common/appbase.cpp +--- wxWidgets-3.1.6/src/common/appbase.cpp.abicheck 2022-04-04 09:41:33.000000000 -0400 ++++ wxWidgets-3.1.6/src/common/appbase.cpp 2022-04-04 19:14:33.883814729 -0400 +@@ -843,11 +843,8 @@ bool wxAppConsoleBase::CheckBuildOptions + wxString prog = wxString::FromAscii(optionsSignature); + wxString progName = wxString::FromAscii(componentName); + +- wxLogFatalError(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."), ++ wxLogWarning(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."), + lib, progName, prog); +- +- // normally wxLogFatalError doesn't return +- return false; + } + + return true; |