From 9dc4a84a255107cb9eea906e1de3f546c26bc55c Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 5 Feb 2009 19:01:27 +0100 Subject: [PATCH] autogen.sh: add more warnings --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index be3b6749b..fb96d4aeb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,8 @@ CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wpointer-arith -Wsign-compare -Wchar-subscripts \ --Wstrict-prototypes -Wshadow" +-Wstrict-prototypes -Wshadow \ +-Wformat=2 -Wtype-limits" args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" libdir=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd)) -- 2.30.2