projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8c9a7
)
Flag -Waggressive-loop-optimizations warnings.
author
Ryan Hill
<dirtyepic@gentoo.org>
Sun, 15 Sep 2013 00:29:38 +0000
(17:29 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Sep 2013 00:29:38 +0000
(17:29 -0700)
This will fix bug #484840.
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index ee21444535ed0d80e4912f0d9373aa7674d2eccb..771bd0adbc97a13c6c70e57d9165e04c87d09a0a 100755
(executable)
--- 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 ...