From: Paul Eggert Date: Wed, 18 Apr 2012 16:40:06 +0000 (-0700) Subject: * configure.in: Do not assume GCC 4.7.0 and/or no stack protection. X-Git-Tag: emacs-24.2.90~471^2~348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e36899b642d36b3e0280e8e3914f7bbc28e75f9d;p=emacs.git * configure.in: Do not assume GCC 4.7.0 and/or no stack protection. --- diff --git a/configure.in b/configure.in index 6b60e2214fd..21b8c9d2b8f 100644 --- a/configure.in +++ b/configure.in @@ -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"