[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 eb026a8: Don't use -Wabi compiler option
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 eb026a8: Don't use -Wabi compiler option |
Date: |
Sat, 11 Aug 2018 04:39:14 -0400 (EDT) |
branch: emacs-26
commit eb026a8d1b3c0cafb987fe5ef132ff078ec79f87
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
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.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index c6101d6..9542d44 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
# <https://lists.gnu.org/r/emacs-diffs/2011-11/msg00265.html>.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 eb026a8: Don't use -Wabi compiler option,
Eli Zaretskii <=