From a1182c8c3db3ad7a369bbb3fc0261fc49b91a174 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 6 Mar 2012 10:12:15 -0500 Subject: Suppress deprecation warnings. Suppress deprecated declaration warnings, particularly from GTK+, until we're ready to care again. Once we require GTK+ 3.4 we can start using the new deprecation min/max macros. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 218f688f3d..1dc8125aeb 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,7 @@ AS_COMPILER_FLAGS(WARNING_FLAGS, -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter + -Wno-deprecated-declarations -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-security -Winit-self -- cgit v1.2.3