From: Zac Medico Date: Fri, 10 Sep 2010 05:34:34 +0000 (-0700) Subject: Make the "warning: call to .* will always overflow destination buffer" X-Git-Tag: v2.2_rc79~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f612dcd13d782c464fc913a63f0a7a833cb556b8;p=portage.git Make the "warning: call to .* will always overflow destination buffer" gcc warning fatal. Thanks to Diego Pettenò for the suggestion. --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index fd0a21866..41de0fb94 100755 --- 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