aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-17 06:17:40 -0400
committerGlenn Morris2013-06-17 06:17:40 -0400
commit372c83bad63caefa7cd111acc1af63378fee2418 (patch)
tree8f3a510d8a4f9aee4e10f2ccacd5551c166fceed
parentc220cb68b25cbde82344a7f372fb4fb1d557c304 (diff)
downloademacs-372c83bad63caefa7cd111acc1af63378fee2418.tar.gz
emacs-372c83bad63caefa7cd111acc1af63378fee2418.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure
index 31105ddbaf7..97e8078d4ec 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -7585,6 +7585,7 @@ fi
7585 # signed overflow has undefined behavior 7585 # signed overflow has undefined behavior
7586 nw="$nw -Wsync-nand" # irrelevant here, and provokes ObjC warning 7586 nw="$nw -Wsync-nand" # irrelevant here, and provokes ObjC warning
7587 nw="$nw -Wunsafe-loop-optimizations" # OK to suppress unsafe optimizations 7587 nw="$nw -Wunsafe-loop-optimizations" # OK to suppress unsafe optimizations
7588 nw="$nw -Wbad-function-cast" # These casts are no worse than others.
7588 7589
7589 # Emacs doesn't care about shadowing; see 7590 # Emacs doesn't care about shadowing; see
7590 # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>. 7591 # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.