summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-05-30 18:39:02 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2016-06-01 11:05:32 +0200
commit67011b2c8ba6a50249dd64af83514658a5b18560 (patch)
tree7801f712a1fb9ef2e4edf883ef36910ffd308345 /configure.ac
parent7d7382ea45ffcd42d4d94b9c0ee49cce1a9698c3 (diff)
build-sys: remove -Wmissing-declarations
The warning doesn't show up anymore. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 3c90e9e..8f1e91b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -581,11 +581,7 @@ SPICE_CHECK_LZ4
dnl ===========================================================================
dnl check compiler flags
-# We want to enable these, but need to sort out the
-# decl mess with src/generated_*.c
-dontwarn="-Wmissing-declarations"
-
-SPICE_COMPILE_WARNINGS([$dontwarn])
+SPICE_COMPILE_WARNINGS
SPICE_CFLAGS="$SPICE_CFLAGS $WARN_CFLAGS"