From: Simon McVittie Date: Fri, 7 Oct 2016 20:38:05 +0000 (+0100) Subject: Disable deprecation warnings for stable branch X-Git-Tag: dbus-1.10.12~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e0ccb2;p=thirdparty%2Fdbus.git Disable deprecation warnings for stable branch We're not going to replace deprecated functions here. Signed-off-by: Simon McVittie Reviewed-by: Colin Walters Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98157 --- diff --git a/configure.ac b/configure.ac index 8fd15a4a0..4b3f2cfcb 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 \