From: Kay Sievers Date: Thu, 5 Feb 2009 18:01:27 +0000 (+0100) Subject: autogen.sh: add more warnings X-Git-Tag: 174~1173 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9dc4a84a255107cb9eea906e1de3f546c26bc55c;ds=sidebyside autogen.sh: add more warnings --- 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))