]> Savannah Git Hosting - gnulib.git/commit
manywarnings: accommodate GCC 9.0-pre: remove -Wchkp and -Wabi
authorJim Meyering <meyering@fb.com>
Sun, 24 Jun 2018 18:31:50 +0000 (11:31 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 24 Jun 2018 23:10:54 +0000 (16:10 -0700)
commit63e719c9c3be133432d02ddb1274dbf57e6a8857
treeeab53a88312519249f088ae7fda00ff95e6d0188
parentd27c90a13edcc64e17c4dd64fd28702f2d58bc43
manywarnings: accommodate GCC 9.0-pre: remove -Wchkp and -Wabi

* build-aux/gcc-warning.spec: Add them here, each with an explanation.
* m4/manywarnings.m4: Remove them.
Otherwise, building coreutils, I would see this:
cc1: error: deprecated command line option '-Wchkp' [-Werror]
cc1: error: -Wabi won't warn about anything [-Werror=abi]
cc1: note: -Wabi warns about differences from the most up-to-date ABI,\
  which is also used by default
cc1: note: use e.g. -Wabi=11 to warn about changes from GCC 7
ChangeLog
build-aux/gcc-warning.spec
m4/manywarnings.m4