commit: 1619bda983a731961b17504e2a48e44d4849d2cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 23:51:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 23:51:35 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1619bda9
install-qa-check.d/90gcc-warnings: improve -Warray-bounds comment
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/install-qa-check.d/90gcc-warnings | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/install-qa-check.d/90gcc-warnings
b/bin/install-qa-check.d/90gcc-warnings
index 579cb4135..f5dae8a76 100644
--- a/bin/install-qa-check.d/90gcc-warnings
+++ b/bin/install-qa-check.d/90gcc-warnings
@@ -31,7 +31,7 @@ gcc_warn_check() {
'warning: .*mathematical meaning*\[-Wparentheses\]'
# null argument where non-null required
'warning: .*\[-Wnonnull\]'
- # array subscript is above/below/outside array bounds
+ # array subscript is above/below/outside array bounds
(FORTIFY_SOURCE)
'warning: .*\[-Warray-bounds\]'
# attempt to free a non-heap object
'warning: .*\[-Wfree-nonheap-object\]'