Adjust handling of -Wsuggest-override
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2022 12:22:08 +0000 (14:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2022 12:22:50 +0000 (14:22 +0200)
It seems that on older GCCs (e.g. the one from Ubuntu 18.04) the
pragma to temporarily turn off this warning does not work, so here
we only use it on newer GCCs where we can turn it off for libraries
that trigger the warning (mostly asdcplib, but also wxWidgets).


No differences found