From e79273e710e7c045542ff856f31ab6edbb29d5a8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 17 Sep 2014 11:53:26 +0100 Subject: Revert "Disable warnings about deprecated functions for stable branch" This reverts commit d622628afac82b057fde9315cbb6e1cf022a3f3e. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 564622a41..5c07d4143 100644 --- a/configure.ac +++ b/configure.ac @@ -117,8 +117,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$enable_fatal_warnings" = xyes], format-security \ init-self], [missing-field-initializers \ - unused-parameter \ - deprecated-declarations]) + unused-parameter]) AC_SUBST([ERROR_CFLAGS]) # these aren't really error flags but they serve a similar purpose for us - -- cgit v1.2.1