PERFORCE change 131142 for review
Kip Macy
kmacy at FreeBSD.org
Mon Dec 17 16:23:17 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=131142
Change 131142 by kmacy at entropy_kmacy_xen31 on 2007/12/18 00:22:22
Disable pointer sign warning, not sure why this is an issue
now, but without this the kernel won't build
Affected files ...
.. //depot/projects/xen31/sys/conf/kern.mk#3 edit
Differences ...
==== //depot/projects/xen31/sys/conf/kern.mk#3 (text+ko) ====
@@ -13,6 +13,9 @@
CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
${_wundef} ${_Wno_pointer_sign} -fformat-extensions
+.if !defined(WITH_GCC3)
+_Wno_pointer_sign=-Wno-pointer-sign
+.endif
.if !defined(NO_UNDEF)
_wundef= -Wundef
.endif
More information about the p4-projects
mailing list