From: Carl Hetherington Date: Thu, 21 Apr 2022 12:22:08 +0000 (+0200) Subject: Adjust handling of -Wsuggest-override X-Git-Tag: v2.16.10~52 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c;hp=e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c;p=dcpomatic.git Adjust handling of -Wsuggest-override 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). ---