mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user