* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.

This commit is contained in:
Paul Eggert 2012-04-18 09:40:06 -07:00
parent 6c91c9f0a5
commit e36899b642

View file

@ -763,6 +763,8 @@ else
nw="$nw -Wshadow"
# The following lines should be removable at some point.
nw="$nw -Wstack-protector"
nw="$nw -Wstrict-overflow"
nw="$nw -Wsuggest-attribute=const"
nw="$nw -Wsuggest-attribute=pure"