From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8980D1381F3 for ; Sat, 18 May 2013 18:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DA12E086C; Sat, 18 May 2013 18:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE01BE086C for ; Sat, 18 May 2013 18:58:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA29B33E271 for ; Sat, 18 May 2013 18:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 61A68E51EF for ; Sat, 18 May 2013 18:58:47 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1368903448.160b22ef09edf8b81f68d41b26360fb2525790ba.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/misc-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 160b22ef09edf8b81f68d41b26360fb2525790ba X-VCS-Branch: master Date: Sat, 18 May 2013 18:58:47 +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-Archives-Salt: 65b64b2e-9f62-4f2f-96c1-d72ca085f869 X-Archives-Hash: bf9c354aff69752005618431ef70fa6c commit: 160b22ef09edf8b81f68d41b26360fb2525790ba Author: Ryan Hill gentoo org> AuthorDate: Sat May 18 18:57:28 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat May 18 18:57:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=160b22ef Flag -Wsizeof-pointer-memaccess warnings. This will fix bug #470224. --- bin/misc-functions.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index cebc67f..ad99d8a 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -698,6 +698,7 @@ install_qa_check() { ": warning: reference to local variable .* returned" ": warning: returning reference to temporary" ": warning: function returns address of local variable" + ": warning: .*\\[-Wsizeof-pointer-memaccess\\]" # this may be valid code :/ #": warning: multi-character character constant" # need to check these two ...