From fbc6fba0202bf8e2f36c894dfc3fbb7e7a89df4f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 31 May 2009 06:16:58 +0000 Subject: 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 --- bin/misc-functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index b3b01cbc..f8ba5eb1 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" -- cgit v1.2.3-65-gdbad