Turn off gcc -Wsuggest-override for wxDFB headers

There are too many of them and it's probably not worth spending time on
fixing them in this not really used port.
This commit is contained in:
Vadim Zeitlin
2026-07-31 12:45:02 +02:00
parent 8327d92835
commit dfa456f17d
+5
View File
@@ -321,6 +321,11 @@
GCC_TURN_OFF(suggest-override)
#endif
// There are just too many of those in wxDFB headers.
#if defined(__WXDFB__)
GCC_TURN_OFF(suggest-override)
#endif
// The rest are the warnings that we don't ever want to enable.
// This one is given whenever inheriting from std:: classes without using