From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F3DC158020 for ; Tue, 11 Oct 2022 19:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48BB4E07EA; Tue, 11 Oct 2022 19:18:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33ADCE07EA for ; Tue, 11 Oct 2022 19:18:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 022FC341210 for ; Tue, 11 Oct 2022 19:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7526F60B for ; Tue, 11 Oct 2022 19:18:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665515916.a6675b40d06142f43f2592ed09b5c2bfa433c5c2.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/ X-VCS-Repository: proj/portage X-VCS-Files: bin/install-qa-check.d/90gcc-warnings X-VCS-Directories: bin/install-qa-check.d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6675b40d06142f43f2592ed09b5c2bfa433c5c2 X-VCS-Branch: master Date: Tue, 11 Oct 2022 19:18:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 536cfb0e-89c2-49c2-833a-8c04f98cf06a X-Archives-Hash: 8ad983e70ee4ed8974c2ced9d5ae332d commit: a6675b40d06142f43f2592ed09b5c2bfa433c5c2 Author: Sam James gentoo org> AuthorDate: Mon Oct 10 19:47:12 2022 +0000 Commit: Sam James gentoo 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 gentoo.org> Closes: https://github.com/gentoo/portage/pull/923 Signed-off-by: Sam James 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