From ed011cd34e0a3c8b6e6fbf6a695b62f0a0177d02 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 3 Oct 2012 14:16:45 +0200 Subject: Revert "Disable warnings about deprecated functions for stable branch" This reverts commit 74b79c60c152d7ac49f091c88c2001a6dcec93f1. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 51aa21e1e..78052d82e 100644 --- a/configure.ac +++ b/configure.ac @@ -116,8 +116,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