summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-23 11:13:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-23 11:13:42 +0000
commit4ebb275ab7b6f71d5dbee348a1064b013bdbc862 (patch)
tree180a2159a1e64db8d660f72e262369e17a177e8f
parent08dd53c14b53b88cf798b910952ab3832b83c24c (diff)
Don't warn about deprecated declarations in this stable branch
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=44413
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 23e886f9..f623948d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1232,9 +1232,13 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS],
dnl disable these warnings if possible, make them non-fatal if possible,
dnl and don't enable -Werror unless we succeeded:
dnl (unused is by design, sign-compare and pointer-sign are fd.o #17433)
+ dnl
+ dnl Because this is a stable branch, we're also not going to fix any
+ dnl uses of deprecated functions.
[unused \
sign-compare \
pointer-sign \
+ deprecated-declarations \
])
if test "x$GCC" = "xyes"; then