diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-03-06 23:12:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-07 00:05:42 +0800 |
commit | a1182c8c3db3ad7a369bbb3fc0261fc49b91a174 (patch) | |
tree | b1aece898201d5cb4f2c5024598ed52144fa28aa /configure.ac | |
parent | d33f21f77d86f2d7d21887ae6b1d05a3af20ff0c (diff) | |
download | gsoc2013-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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |