emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 fa9e575 1/5: Suppress GCC 9 “no longer supported


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 fa9e575 1/5: Suppress GCC 9 “no longer supported” messages
Date: Thu, 30 May 2019 18:29:59 -0400 (EDT)

branch: emacs-26
commit fa9e575c1d2af5102a59b84f691839b35dac7f5c
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Suppress GCC 9 “no longer supported” messages
    
    * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Remove -Wchkp.
    This suppresses a boatload of warnings of the form
    “gcc: warning: switch ‘-Wchkp’ is no longer supported”.
    when using GCC 9.  Do not merge to master.
---
 m4/manywarnings.m4 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4
index 72fdd41..c876caa 100644
--- a/m4/manywarnings.m4
+++ b/m4/manywarnings.m4
@@ -1,4 +1,4 @@
-# manywarnings.m4 serial 13
+# manywarnings.m4 serial 13-emacs
 dnl Copyright (C) 2008-2019 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -126,7 +126,6 @@ m4_defun([gl_MANYWARN_ALL_GCC(C)],
     -Wbuiltin-macro-redefined \
     -Wcast-align \
     -Wchar-subscripts \
-    -Wchkp \
     -Wclobbered \
     -Wcomment \
     -Wcomments \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]