0aea9ee
--- wxWidgets-3.0.2/src/common/appbase.cpp.abicheck	2015-05-28 12:36:40.697163073 +0900
0aea9ee
+++ wxWidgets-3.0.2/src/common/appbase.cpp	2015-05-28 12:38:30.597154298 +0900
0aea9ee
@@ -762,10 +762,7 @@
0aea9ee
         msg.Printf(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
0aea9ee
                    lib.c_str(), progName.c_str(), prog.c_str());
0aea9ee
 
0aea9ee
-        wxLogFatalError(msg.c_str());
0aea9ee
-
0aea9ee
-        // normally wxLogFatalError doesn't return
0aea9ee
-        return false;
0aea9ee
+        wxLogWarning(msg.c_str());
0aea9ee
     }
0aea9ee
 
0aea9ee
     return true;