From: Zac Medico Date: Sun, 31 May 2009 06:16:58 +0000 (-0000) Subject: Bug #268929 - Add grep for 'dereferencing pointer' messages produced by X-Git-Tag: v2.2_rc34~208 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbc6fba0202bf8e2f36c894dfc3fbb7e7a89df4f;p=portage.git Bug #268929 - Add grep for 'dereferencing pointer' messages produced by gcc 4.4. Thanks to ABCD for this patch. svn path=/main/trunk/; revision=13626 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index b3b01cbc1..f8ba5eb12 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -361,6 +361,7 @@ install_qa_check() { if [[ -n ${PORTAGE_LOG_FILE} && -r ${PORTAGE_LOG_FILE} ]] ; then local m msgs=( ": warning: dereferencing type-punned pointer will break strict-aliasing rules$" + ": warning: dereferencing pointer .* does break strict-aliasing rules$" ": warning: implicit declaration of function " ": warning: incompatible implicit declaration of built-in function " ": warning: is used uninitialized in this function$" # we'll ignore "may" and "might"