summaryrefslogtreecommitdiff
path: root/src/lib/warnings.h
AgeCommit message (Collapse)Author
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-22Revert "Adjust handling of -Wsuggest-override"Carl Hetherington
This reverts commit e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c. I misunderstood what was going on, and we were just missing some DCPOMATIC_{DIS,EN}ABLE_WARNINGS calls.
2022-04-21Adjust handling of -Wsuggest-overrideCarl Hetherington
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).
2022-04-09Warn about missing override labels.Carl Hetherington
2020-08-06Try to fix -Wparentheses error on Centos 8.Carl Hetherington
2020-07-28Some more warning hiding.Carl Hetherington
2020-07-27Don't try to hide Wdeprecated-copy when it doesn't exist.Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-07-27Hide some windows warnings.Carl Hetherington
2020-07-26Disable warnings from magick.Carl Hetherington
2020-07-26Rationalise compiler warning setup.Carl Hetherington