From dcd33c3e156a2a453961d1d0083afb2b4051a118 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 29 Aug 2012 20:26:21 +0200 Subject: build-sys: add another compiler warnings Signed-off-by: Karel Zak --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3-55-g7522