diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2016-05-30 18:35:45 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2016-05-31 13:04:20 +0200 |
commit | 0c8c25b699a7bef40460b91117f5151e18e459c9 (patch) | |
tree | 05776fad6f9ef32543fb5043a465004b3c3bc48a /configure.ac | |
parent | d5e3a4a5c34fc4408298e824872c4ed511b4bb3c (diff) |
build-sys: remove some gtk+ 2.0 warnings flags
As we dropped gtk+ 2.0 anyway.
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index c94d41b..3c90e9e 100644 --- a/configure.ac +++ b/configure.ac @@ -585,13 +585,6 @@ dnl check compiler flags # decl mess with src/generated_*.c dontwarn="-Wmissing-declarations" -# We want to enable these, but Gtk+2.0 has a bad decl -# gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function declaration -# isn't a prototype. -if test "$with_gtk" = "2.0"; then - dontwarn="$dontwarn -Wstrict-prototypes" -fi - SPICE_COMPILE_WARNINGS([$dontwarn]) SPICE_CFLAGS="$SPICE_CFLAGS $WARN_CFLAGS" |