aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-03-19 17:04:56 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-03-19 17:04:56 +0100
commit7a959f1b07370d97682b748f911fbea814ce4555 (patch)
treeb32cf3da04d592639606905ef93ea716e65c870e /autogen.sh
parent1d8296d6ed0274d70b576e9dbcb22496a87e9161 (diff)
downloadudev-7a959f1b07370d97682b748f911fbea814ce4555.tar.gz
input_id: silent gcc warnings
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d35e9459..f659fca5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ MYCFLAGS="-g -Wall \
-Wnested-externs -Wpointer-arith \
-Wpointer-arith -Wsign-compare -Wchar-subscripts \
-Wstrict-prototypes -Wshadow \
--Wformat=2 -Wtype-limits"
+-Wformat-security -Wtype-limits"
case "$CFLAGS" in
*-O[0-9]*)