commit: 57d3e9b858eb6fc35cb7847f283595a9ce4d7aa4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 9 01:20:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 9 01:20:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=57d3e9b8
NEWS: mention -Wimplicit-function-declaration Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 5395d0cb2..7b2d4e4b7 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,13 @@ Features: * -Wstringop-overflow (GCC, FORTIFY_SOURCE) * -Wfortify-source (Clang, FORTIFY_SOURCE) +* install-qa-check.d: 90gcc-warnings: Always die on -Wimplicit-function-declaration + and remove bin/check-implicit-pointer-usage.py of dubious licencing (it was + broken since GCC 4.5 because of output changes anyway, bug #365655). + + -Wimplicit-function-declaration becomes an error in Clang 16 onwards and + GCC is likely to do the same from 14 onwards. See bug #870412. + * ecompress, etc: Support additional compression suffixes for texinfo: .Z, .bz2, .lzma, .lz, .xz, .zst (bug #757525).
