projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26434ee
)
Make the "warning: call to .* will always overflow destination buffer"
author
Zac Medico
<zmedico@gentoo.org>
Fri, 10 Sep 2010 05:34:34 +0000
(22:34 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 10 Sep 2010 05:34:34 +0000
(22:34 -0700)
gcc warning fatal. Thanks to Diego Pettenò <flameeyes@g.o> for the
suggestion.
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index fd0a2186692cdd4e00412a821d0ec37f713c7ed2..41de0fb946d7624585aac90e72ae4f28f58faf7d 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-590,6
+590,9
@@
install_qa_check() {
eqawarn "${f}"
vecho -ne '\n'
abort="yes"
+ case "$m" in
+ ": warning: call to .* will always overflow destination buffer$") gentoo_bug=yes ;;
+ esac
fi
done
local cat_cmd=cat