summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-07-26 10:13:08 +0200
committerKarel Zak2012-07-26 10:13:08 +0200
commit9dc72d0bc2cdfd693005e47862c435bd328cf620 (patch)
treeb1a52ffad5b1ad0225007e26f61cdc48e8bf49c0 /configure.ac
parentutmpdump: fix compiler warning [-Wunused-result] (diff)
downloadkernel-qcow2-util-linux-9dc72d0bc2cdfd693005e47862c435bd328cf620.tar.gz
kernel-qcow2-util-linux-9dc72d0bc2cdfd693005e47862c435bd328cf620.tar.xz
kernel-qcow2-util-linux-9dc72d0bc2cdfd693005e47862c435bd328cf620.zip
build-sys: add -Wall to warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b98958ff2..8e9089078 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@ AC_C_VOLATILE
AC_C_BIGENDIAN
dnl Compiler warnings
+UL_WARN_ADD([-Wall])
UL_WARN_ADD([-Wextra])
UL_WARN_ADD([-Wno-missing-field-initializers])
UL_WARN_ADD([-Wsign-compare])