summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-05-31 06:16:58 +0000
committerZac Medico <zmedico@gentoo.org>2009-05-31 06:16:58 +0000
commitfbc6fba0202bf8e2f36c894dfc3fbb7e7a89df4f (patch)
tree182b6cb9ebb1a5a89293c555c7503a8a2bdc21d9 /bin/misc-functions.sh
parentefc232b2e6ab800f18adff6feec1c70c899fc9e4 (diff)
downloadportage-fbc6fba0202bf8e2f36c894dfc3fbb7e7a89df4f.tar.gz
portage-fbc6fba0202bf8e2f36c894dfc3fbb7e7a89df4f.tar.bz2
portage-fbc6fba0202bf8e2f36c894dfc3fbb7e7a89df4f.zip
Bug #268929 - Add grep for 'dereferencing pointer' messages produced by
gcc 4.4. Thanks to ABCD <en.ABCD@gmail.com> for this patch. svn path=/main/trunk/; revision=13626
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh1
1 files changed, 1 insertions, 0 deletions
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"