aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-06 23:12:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-07 00:05:42 +0800
commita1182c8c3db3ad7a369bbb3fc0261fc49b91a174 (patch)
treeb1aece898201d5cb4f2c5024598ed52144fa28aa
parentd33f21f77d86f2d7d21887ae6b1d05a3af20ff0c (diff)
downloadgsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.tar
gsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.tar.gz
gsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.tar.bz2
gsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.tar.lz
gsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.tar.xz
gsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.tar.zst
gsoc2013-evolution-a1182c8c3db3ad7a369bbb3fc0261fc49b91a174.zip
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.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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