diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-19 17:04:56 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-19 17:04:56 +0100 |
commit | 7a959f1b07370d97682b748f911fbea814ce4555 (patch) | |
tree | b32cf3da04d592639606905ef93ea716e65c870e /autogen.sh | |
parent | 1d8296d6ed0274d70b576e9dbcb22496a87e9161 (diff) |
input_id: silent gcc warnings
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index d35e9459ec..f659fca525 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]*) |