From 1febd38900f236bd3ed61c9c72f8259a4b1b3ba2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Sep 2012 15:26:19 +0100 Subject: [PATCH 4/4] Turn off deprecation warnings, 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 a24c300..c226018 100644 --- a/configure.ac +++ b/configure.ac @@ -93,6 +93,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno], format-security \ init-self], [missing-field-initializers \ + deprecated-declarations \ unused-parameter]) AC_SUBST([ERROR_CFLAGS]) -- 1.7.10.4