commit: 9e4bd994d72f22dc209daa342d6f550a6551afdc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 9 02:25:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 9 02:25:46 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9e4bd994
NEWS: refresh for more 90gcc-warnings changes Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 7b2d4e4b7..4745b580d 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,12 @@ Features: * -Wreturn-type * -Wstringop-overflow (GCC, FORTIFY_SOURCE) * -Wfortify-source (Clang, FORTIFY_SOURCE) + * -Wargument-undefined-behaviour (Clang) + * -Wincompatible-function-pointer-types (Clang, becomes fatal in Clang 16) + (note we already have -Wincompatible-pointer-types in the list for GCC) + * -Wundefined-reinterpret-cast (Clang, C++ strict aliasing) + * -Wint-conversion + * -Wint-to-pointer-cast * 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
