From 4e5a187773cb34de567e3cf90d62710830bbd876 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Aug 2012 10:50:08 +0100 Subject: Don't warn on deprecated declarations, this is a stable branch. Signed-off-by: Simon McVittie --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f95b62f1..1d93e546 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], init-self \ ], [missing-field-initializers \ + deprecated-declarations \ unused-parameter]) AC_SUBST([ERROR_CFLAGS]) -- cgit v1.2.1