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:06:26 +0100
commit88e0ccb2d3e44d5f5c44fb49afa05485e0d9ff0f (patch)
tree41b8041205d7b7dc214fc93e89f8fae9ddccdda0
parenta511e9e4b8028c513fbf0788381925a2290b17b0 (diff)
downloaddbus-88e0ccb2d3e44d5f5c44fb49afa05485e0d9ff0f.tar.gz
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 8fd15a4a..4b3f2cfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1387,6 +1387,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 \
pointer-sign \