]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 6b60e2214fd2b0d8e68c9a87c0cd35f12f063efa..21b8c9d2b8f40b2106becc87bd70356e0dd83821 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"