Modified Files: src/sys/lkm: Makefile.inc Log Message: Add -Wno-pointer-sign for gcc4 isn't this already in bsd.kmod.mk? # XXX until the kernel is fixed again... .if ${HAVE_GCC} == 4 CFLAGS+= -fno-strict-aliasing -Wno-pointer-sign .endif