From: Ryan Hill Date: Sat, 18 May 2013 18:57:28 +0000 (-0700) Subject: Flag -Wsizeof-pointer-memaccess warnings. X-Git-Tag: v2.2.0_alpha176~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=160b22ef09edf8b81f68d41b26360fb2525790ba;p=portage.git Flag -Wsizeof-pointer-memaccess warnings. This will fix bug #470224. --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index cebc67f75..ad99d8a32 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 ...