From 50f936b83a8a5970f981bbe2a6b318b3d51adebe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 16 Sep 2010 16:49:57 +0100 Subject: Don't warn about deprecated declarations This is about to be a stable branch, so we're not going to fix any uses of newly-deprecated functions in future. (To be reverted in master after branching for 5.6.) --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 420e7c5a..80679356 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], format-security \ init-self \ ], - [missing-field-initializers \ + [deprecated-declarations \ + missing-field-initializers \ unused-parameter]) AC_SUBST([ERROR_CFLAGS]) -- cgit v1.2.1