Blame gcc11_3.patch

Scott Talbert 2ebf89
diff -up wxWidgets-3.1.5/tests/allheaders.cpp.gcc11 wxWidgets-3.1.5/tests/allheaders.cpp
Scott Talbert 2ebf89
--- wxWidgets-3.1.5/tests/allheaders.cpp.gcc11	2021-04-28 19:26:22.953235862 -0400
Scott Talbert 2ebf89
+++ wxWidgets-3.1.5/tests/allheaders.cpp	2021-04-28 19:28:05.179956623 -0400
Scott Talbert 2ebf89
@@ -342,7 +342,7 @@
Scott Talbert 2ebf89
     // wxWARNING_SUPPRESS_MISSING_OVERRIDE() inside wxRTTI macros is just
Scott Talbert 2ebf89
     // ignored by gcc up to 9.x for some reason, so we have no choice but to
Scott Talbert 2ebf89
     // disable it.
Scott Talbert 2ebf89
-#if CHECK_GCC_VERSION(5,1) && !CHECK_GCC_VERSION(9,0)
Scott Talbert 2ebf89
+#if CHECK_GCC_VERSION(5,1) && !CHECK_GCC_VERSION(11,2)
Scott Talbert 2ebf89
     GCC_TURN_OFF(suggest-override)
Scott Talbert 2ebf89
 #endif
Scott Talbert 2ebf89