Flag -Waggressive-loop-optimizations warnings.
authorRyan Hill <dirtyepic@gentoo.org>
Sun, 15 Sep 2013 00:29:38 +0000 (17:29 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 15 Sep 2013 00:29:38 +0000 (17:29 -0700)
This will fix bug #484840.

bin/misc-functions.sh

index ee21444535ed0d80e4912f0d9373aa7674d2eccb..771bd0adbc97a13c6c70e57d9165e04c87d09a0a 100755 (executable)
@@ -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 ...