From owner-svn-src-stable@FreeBSD.ORG Mon Jan 2 13:20:02 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84D001065672; Mon, 2 Jan 2012 13:20:02 +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 7337A8FC08; Mon, 2 Jan 2012 13:20:02 +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 q02DK2bh068636; Mon, 2 Jan 2012 13:20:02 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q02DK2Bi068635; Mon, 2 Jan 2012 13:20:02 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201201021320.q02DK2Bi068635@svn.freebsd.org> From: Dimitry Andric Date: Mon, 2 Jan 2012 13:20:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r229279 - stable/9/sys/modules/nve X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 13:20:02 -0000 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