From 8c528d06254cc3f5feea3a9f2ec5eb796026f216 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Oct 2016 21:38:05 +0100 Subject: [PATCH] Disable deprecation warnings for stable branch We're not going to replace deprecated functions here. Signed-off-by: Simon McVittie --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8fd15a4..4b3f2cf 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 \ -- 2.9.3