Suppress GCC 9 “no longer supported” messages
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2019 22:06:39 +0000 (15:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2019 22:29:50 +0000 (15:29 -0700)
* 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

index 72fdd418607bc920d0f4bd6695f6d6068e080ba7..c876caa16ae3531b5ce3d251bd42edaea216fa5a 100644 (file)
@@ -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 \