svn commit: r229279 - stable/9/sys/modules/nve

Dimitry Andric dim at FreeBSD.org
Mon Jan 2 13:20:02 UTC 2012


Author: dim
Date: Mon Jan  2 13:20:01 2012
New Revision: 229279
URL: http://svn.freebsd.org/changeset/base/229279

Log:
  MFC r228861:
  
  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).

Modified:
  stable/9/sys/modules/nve/Makefile
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/modules/nve/Makefile
==============================================================================
--- stable/9/sys/modules/nve/Makefile	Mon Jan  2 13:17:31 2012	(r229278)
+++ stable/9/sys/modules/nve/Makefile	Mon Jan  2 13:20:01 2012	(r229279)
@@ -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


More information about the svn-src-stable-9 mailing list