commit: 6906316c6a13a9b195d1b89e0086b5586cae3f5e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 19:20:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 19:20:47 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6906316c
NEWS: mention 90gcc-warnings changes
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/NEWS b/NEWS
index a3591e94d..bfbc46413 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ Features:
* gpkg: Call xz and zstd with -T N where N is the number of jobs from
${MAKEOPTS}
for parallel compression (xz & zstd) and decompression (xz with newer
versions).
+* install-qa-check.d: 90gcc-warnings: Add additional code quality warnings
+ which are indicative of problems with LTO in particular:
+ * -Wlto-type-mismatch
+ * -Wodr
+
portage-3.0.38.1 (2022-10-04)
--------------