Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174670 | Differences between
and this patch

Collapse All | Expand All

(-)maint/config/kernel.m4.old (-4 / +1 lines)
Lines 348-358 Link Here
348
		)
348
		)
349
	fi
349
	fi
350
350
351
	dnl we need the compiler to error on warnings about prototypes, but
351
352
	dnl certain Fedora FC5 kernel header files throw extra (spurious)
353
	dnl warnings, which -Wno-pointer-sign silences.	
354
        tmp_cflags=$CFLAGS
352
        tmp_cflags=$CFLAGS
355
	CFLAGS="$CFLAGS -Werror -Wno-pointer-sign"
356
	dnl if this test passes, there is a struct dentry* argument
353
	dnl if this test passes, there is a struct dentry* argument
357
	AC_MSG_CHECKING(if statfs callbacks' arguments in kernel has struct dentry argument)
354
	AC_MSG_CHECKING(if statfs callbacks' arguments in kernel has struct dentry argument)
358
	dnl if this test passes, the kernel has it
355
	dnl if this test passes, the kernel has it

Return to bug 174670