commit: a6675b40d06142f43f2592ed09b5c2bfa433c5c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 10 19:47:12 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 11 19:18:36 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a6675b40
install-qa-check.d/90gcc-warnings: add TODO for -Wformat-security Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/portage/pull/923 Signed-off-by: Sam James <sam <AT> gentoo.org> bin/install-qa-check.d/90gcc-warnings | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/install-qa-check.d/90gcc-warnings b/bin/install-qa-check.d/90gcc-warnings index 7c4b1f8e3..662d2fd3a 100644 --- a/bin/install-qa-check.d/90gcc-warnings +++ b/bin/install-qa-check.d/90gcc-warnings @@ -1,5 +1,6 @@ # Check for important gcc warnings # TODO: adapt for clang? +# TODO: add -Wformat-security gcc_warn_check() { local f
