From f612dcd13d782c464fc913a63f0a7a833cb556b8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 9 Sep 2010 22:34:34 -0700 Subject: =?UTF-8?q?Make=20the=20"warning:=20call=20to=20.*=20will=20always?= =?UTF-8?q?=20overflow=20destination=20buffer"=20gcc=20warning=20fatal.=20?= =?UTF-8?q?Thanks=20to=20Diego=20Petten=C3=B2=20=20for=20th?= =?UTF-8?q?e=20suggestion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/misc-functions.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/misc-functions.sh') 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 -- cgit v1.2.3-1-g7c22