From 2287239ef4850da216a3ea5b83f2c445c9a04e45 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Sep 2010 19:49:29 -0700 Subject: Bug #337031 - Don't make "always overflow destination buffers" gcc warnings fatal for now. --- bin/misc-functions.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 36be6a986..7d56be1e4 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -596,9 +596,10 @@ install_qa_check() { f=$(LC_ALL=C $grep_cmd "${m}" "${PORTAGE_LOG_FILE}") if [[ -n ${f} ]] ; then abort="yes" - case "$m" in - ": warning: call to .* will always overflow destination buffer$") always_overflow=yes ;; - esac + # for now, don't make this fatal (see bug #337031) + #case "$m" in + # ": warning: call to .* will always overflow destination buffer$") always_overflow=yes ;; + #esac if [[ $always_overflow = yes ]] ; then eerror eerror "QA Notice: Package has poor programming practices which may compile" -- cgit v1.2.3-1-g7c22