]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Disable deprecation warnings for stable branch
authorSimon McVittie <smcv@debian.org>
Fri, 7 Oct 2016 20:38:05 +0000 (21:38 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 10 Oct 2016 09:06:26 +0000 (10:06 +0100)
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

configure.ac

index 8fd15a4a021c281477c919849c58938fd5f810f9..4b3f2cfcbff7b4befe51dda3799137b2098b5f16 100644 (file)
@@ -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 \