From: Karel Zak Date: Mon, 28 Jul 2014 10:26:17 +0000 (+0200) Subject: build-sys: add -Wimplicit-function-declaration to compiler warnings X-Git-Tag: v2.26-rc1~580 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79654f43d4a1b7d4bd0fb7149ee9834b440c15a;p=thirdparty%2Futil-linux.git build-sys: add -Wimplicit-function-declaration to compiler warnings Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index aae2456d59..02fc411f7d 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])