From: Paul Eggert Date: Thu, 30 May 2019 22:06:39 +0000 (-0700) Subject: Suppress GCC 9 “no longer supported” messages X-Git-Tag: emacs-26.2.90~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa9e575c1d2af5102a59b84f691839b35dac7f5c;p=emacs.git 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. --- diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 index 72fdd418607..c876caa16ae 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 \