* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.
This commit is contained in:
parent
6c91c9f0a5
commit
e36899b642
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue