From: Eli Zaretskii Date: Sat, 11 Aug 2018 08:38:43 +0000 (+0300) Subject: Don't use -Wabi compiler option X-Git-Tag: emacs-26.1.90~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb026a8;p=emacs.git Don't use -Wabi compiler option * configure.ac: Add -Wabi to the list of disabled warning options. For the details, see http://lists.gnu.org/archive/html/emacs-devel/2018-08/msg00123.html. --- diff --git a/configure.ac b/configure.ac index c6101d63538..9542d441d74 100644 --- a/configure.ac +++ b/configure.ac @@ -961,6 +961,7 @@ AS_IF([test $gl_gcc_warnings = no], 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. + nw="$nw -Wabi" # Not useful, perceived as noise # Emacs doesn't care about shadowing; see # .