Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2011 13:36:28 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228861 - head/sys/modules/nve
Message-ID:  <201112241336.pBODaSRq015318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112241336.pBODaSRq015318>