Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268929
Collapse All | Expand All

(-)a/bin/misc-functions.sh (-1 / +1 lines)
Lines 361-366 install_qa_check() { Link Here
361
	if [[ -n ${PORTAGE_LOG_FILE} && -r ${PORTAGE_LOG_FILE} ]] ; then
361
	if [[ -n ${PORTAGE_LOG_FILE} && -r ${PORTAGE_LOG_FILE} ]] ; then
362
		local m msgs=(
362
		local m msgs=(
363
			": warning: dereferencing type-punned pointer will break strict-aliasing rules$"
363
			": warning: dereferencing type-punned pointer will break strict-aliasing rules$"
364
			": warning: dereferencing pointer .* does break strict-aliasing rules$"
364
			": warning: implicit declaration of function "
365
			": warning: implicit declaration of function "
365
			": warning: incompatible implicit declaration of built-in function "
366
			": warning: incompatible implicit declaration of built-in function "
366
			": warning: is used uninitialized in this function$" # we'll ignore "may" and "might"
367
			": warning: is used uninitialized in this function$" # we'll ignore "may" and "might"
367
- 

Return to bug 268929