From: Ryan Hill Date: Sun, 15 Sep 2013 00:29:38 +0000 (-0700) Subject: Flag -Waggressive-loop-optimizations warnings. X-Git-Tag: v2.2.5~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bb6f7fc22b59a8949dfd4bb362d4522b1cc6d048;p=portage.git Flag -Waggressive-loop-optimizations warnings. This will fix bug #484840. --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index ee2144453..771bd0adb 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -699,6 +699,7 @@ install_qa_check() { ": warning: returning reference to temporary" ": warning: function returns address of local variable" ": warning: .*\\[-Wsizeof-pointer-memaccess\\]" + ": warning: .*\\[-Waggressive-loop-optimizations\\]" # this may be valid code :/ #": warning: multi-character character constant" # need to check these two ...