From bb6f7fc22b59a8949dfd4bb362d4522b1cc6d048 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sat, 14 Sep 2013 17:29:38 -0700 Subject: [PATCH] Flag -Waggressive-loop-optimizations warnings. This will fix bug #484840. --- bin/misc-functions.sh | 1 + 1 file changed, 1 insertion(+) 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 ... -- 2.26.2