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