Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/sys/lkm



   
   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



Home | Main Index | Thread Index | Old Index