summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-07-28 12:26:17 +0200
committerKarel Zak2014-07-28 12:26:17 +0200
commitd79654f43d4a1b7d4bd0fb7149ee9834b440c15a (patch)
tree2d214dc89ac13a0baab1157b40df564b12036b46 /configure.ac
parentfdisk: fix -l [<device>] (diff)
downloadkernel-qcow2-util-linux-d79654f43d4a1b7d4bd0fb7149ee9834b440c15a.tar.gz
kernel-qcow2-util-linux-d79654f43d4a1b7d4bd0fb7149ee9834b440c15a.tar.xz
kernel-qcow2-util-linux-d79654f43d4a1b7d4bd0fb7149ee9834b440c15a.zip
build-sys: add -Wimplicit-function-declaration to compiler 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 aae2456d5..02fc411f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,6 +116,7 @@ UL_WARN_ADD([-Wnested-externs])
UL_WARN_ADD([-Wpointer-arith])
UL_WARN_ADD([-Wstrict-prototypes])
UL_WARN_ADD([-Wformat-security])
+UL_WARN_ADD([-Wimplicit-function-declaration])
AC_SUBST([WARN_CFLAGS])
UL_WARN_ADD([-Wno-clobbered], [BSD_WARN_CFLAGS])