From owner-svn-src-head@FreeBSD.ORG Sat Dec 24 13:36:29 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43C04106564A; Sat, 24 Dec 2011 13:36:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2E88C8FC13; Sat, 24 Dec 2011 13:36:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pBODaTXB015320; Sat, 24 Dec 2011 13:36:29 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pBODaSRq015318; Sat, 24 Dec 2011 13:36:29 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201112241336.pBODaSRq015318@svn.freebsd.org> From: Dimitry Andric Date: Sat, 24 Dec 2011 13:36:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228861 - head/sys/modules/nve X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2011 13:36:29 -0000 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