aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-02-05 19:01:27 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-02-05 19:01:27 +0100
commit9dc4a84a255107cb9eea906e1de3f546c26bc55c (patch)
tree7f497d1778afbaf65552359c3ff53ed05eef4e54 /autogen.sh
parentb822542608326092e177fd1707ca7fb53b2846c4 (diff)
downloadudev-9dc4a84a255107cb9eea906e1de3f546c26bc55c.tar.gz
autogen.sh: add more warnings
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index be3b6749..fb96d4ae 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))