* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Apr 2012 16:40:06 +0000 (09:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Apr 2012 16:40:06 +0000 (09:40 -0700)
configure.in

index 6b60e22..21b8c9d 100644 (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"