summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-10-07 21:38:05 +0100
committerSimon McVittie <smcv@debian.org>2016-10-10 10:09:27 +0100
commit9a4d7453813c8f1264736887a15463a4a08da321 (patch)
tree8d0681a3e8a9569868805de5a19018bf8ad65928
parent42c50dabd60933bc8635de8d9f42a754b155a2ac (diff)
Disable deprecation warnings for stable branch
We're not going to replace deprecated functions here. Signed-off-by: Simon McVittie <smcv@debian.org> Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98157
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e87e8bfd..495dacca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1347,6 +1347,7 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS],
dnl - type-limits is probably a bug too, but having the rest of -Wextra
dnl is better than nothing
[$DISABLE_UNUSED_WARNINGS \
+ deprecated-declarations \
missing-field-initializers \
unused-parameter \
sign-compare \