Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2012 13:20:02 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229279 - stable/9/sys/modules/nve
Message-ID:  <201201021320.q02DK2Bi068635@svn.freebsd.org>

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



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