]> git.eshelyaron.com Git - emacs.git/commit
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)
commitfa9e575c1d2af5102a59b84f691839b35dac7f5c
tree2ce551cfc387f811e30871e8a7ba33536d203221
parent1b2f83bb7984269b92eb0afb323e3e74baf87068
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