]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Mon, 17 Jun 2013 10:17:40 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 Jun 2013 10:17:40 +0000 (06:17 -0400)
autogen/configure

index 31105ddbaf7113672ee54db853f69f611a08f2a6..97e8078d4ec48bff295d22863f1725e2c9e902ce 100755 (executable)
@@ -7585,6 +7585,7 @@ fi
                                     # signed overflow has undefined behavior
   nw="$nw -Wsync-nand"              # irrelevant here, and provokes ObjC warning
   nw="$nw -Wunsafe-loop-optimizations" # OK to suppress unsafe optimizations
+  nw="$nw -Wbad-function-cast"      # These casts are no worse than others.
 
   # Emacs doesn't care about shadowing; see
   # <http://lists.gnu.org/archive/html/emacs-diffs/2011-11/msg00265.html>.