Commit
4ebb275ab7 disabled deprecation warnings in the Autotools build
system, which we no longer have. Future stable-branches will want to
disable deprecation warnings in Meson instead.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Because we won't make minor changes like keeping up with the latest
deprecations on a stable branch, stable branches should turn off the
-gcc warning for deprecated declarations (e.g. see commit 4ebb275ab7).
+gcc warning for deprecated declarations (e.g. see commit 76a68867).
Be extra-careful not to merge master (or any branch based on master) into a
stable branch.