Author: dim
Date: Sat Dec 24 13:36:28 2011
New Revision: 228861
URL: http://svn.freebsd.org/changeset/base/228861
Log:
Set WERROR= for the nve(4) module. This driver gives several warnings
with clang, which will probably never be fixed, as it is unmaintained,
and superseded by nfe(4).
MFC after: 1 week
Modified:
head/sys/modules/nve/Makefile
Modified: head/sys/modules/nve/Makefile
==============================================================================
--- head/sys/modules/nve/Makefile Sat Dec 24 13:30:15 2011
(r228860)
+++ head/sys/modules/nve/Makefile Sat Dec 24 13:36:28 2011
(r228861)
@@ -7,6 +7,7 @@ SRCS= if_nve.c if_nvereg.h miidevs.h \
device_if.h bus_if.h pci_if.h miibus_if.h \
os+%DIKED-nve.h
OBJS+= nvenetlib.o
+WERROR=
CLEANFILES+= nvenetlib.o os+%DIKED-nve.h
nvenetlib.o: ${.CURDIR}/../../contrib/dev/nve/${MACHINE}/${.TARGET}.bz2.uu
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"