aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-28 00:37:43 +0100
committerSam James <sam@gentoo.org>2022-10-28 00:37:43 +0100
commitae020613bac1a479105a8014e0fa4771cb3bbfbf (patch)
tree18fb9fbeb9fa78f61b43a491a737e2f4d5dab476
parentinstall-qa-check.d/90gcc-warnings: add -Wmismatched-dealloc (diff)
downloadportage-ae020613.tar.gz
portage-ae020613.tar.bz2
portage-ae020613.zip
NEWS: update for 90gcc-warnings changes
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 39c94efac..7256ba724 100644
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,11 @@ Features:
* install-qa-check.d: 90gcc-warnings: Add additional code quality warnings
which are indicative of problems with LTO in particular:
- * -Wlto-type-mismatch
- * -Wodr
+ * -Wbuiltin-declaration-mismatch
+ * -Wlto-type-mismatch (LTO esp.)
+ * -Wmismatched-dealloc
+ * -Wodr (LTO esp.)
+ * -Wreturn-type
* ecompress, etc: Support additional compression suffixes for texinfo:
.Z, .bz2, .lzma, .lz, .xz, .zst (bug #757525).