summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2012-08-29 20:26:21 +0200
committerKarel Zak2012-09-04 16:49:28 +0200
commitdcd33c3e156a2a453961d1d0083afb2b4051a118 (patch)
tree32c3739291facb1ae4d152dfd640a3adf561b00d /configure.ac
parentlibmount: use O_CLOEXEC everywhere (diff)
downloadkernel-qcow2-util-linux-dcd33c3e156a2a453961d1d0083afb2b4051a118.tar.gz
kernel-qcow2-util-linux-dcd33c3e156a2a453961d1d0083afb2b4051a118.tar.xz
kernel-qcow2-util-linux-dcd33c3e156a2a453961d1d0083afb2b4051a118.zip
build-sys: add another compiler warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8727d3468..3e57334b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,6 +116,10 @@ UL_WARN_ADD([-Wunused-but-set-variable])
UL_WARN_ADD([-Wunused-parameter])
UL_WARN_ADD([-Wunused-result])
UL_WARN_ADD([-Wunused-variable])
+UL_WARN_ADD([-Wnested-externs])
+UL_WARN_ADD([-Wpointer-arith])
+UL_WARN_ADD([-Wstrict-prototypes])
+UL_WARN_ADD([-Wformat-security])
AC_SUBST([WARN_CFLAGS])
dnl libtool-2