From d622628afac82b057fde9315cbb6e1cf022a3f3e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 6 Apr 2010 12:33:21 +0100 Subject: Disable warnings about deprecated functions for stable branch Since this is a stable branch, we're unlikely to fix uses of deprecated functions, so we shouldn't warn about them. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index be323825b..7060a91c7 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$enable_fatal_warnings" = xyes], format-security \ init-self], [missing-field-initializers \ - unused-parameter]) + unused-parameter \ + deprecated-declarations]) AC_SUBST([ERROR_CFLAGS]) # these aren't really error flags but they serve a similar purpose for us - -- cgit v1.2.1