From owner-svn-src-all@FreeBSD.ORG Mon Jun 9 20:48:40 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23579E6A; Mon, 9 Jun 2014 20:48:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA38C2101; Mon, 9 Jun 2014 20:48:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59Kmdvc025222; Mon, 9 Jun 2014 20:48:39 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59Kmd4P025218; Mon, 9 Jun 2014 20:48:39 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201406092048.s59Kmd4P025218@svn.freebsd.org> From: John Baldwin Date: Mon, 9 Jun 2014 20:48:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267297 - in head/sys/modules: agp aic7xxx/ahd bios/smapi sound/driver/maestro X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 20:48:40 -0000 Author: jhb Date: Mon Jun 9 20:48:38 2014 New Revision: 267297 URL: http://svnweb.freebsd.org/changeset/base/267297 Log: Re-enable -Werror for these modules. It is already enabled for the same files when built as part of a kernel. Modified: head/sys/modules/agp/Makefile head/sys/modules/aic7xxx/ahd/Makefile head/sys/modules/bios/smapi/Makefile head/sys/modules/sound/driver/maestro/Makefile Modified: head/sys/modules/agp/Makefile ============================================================================== --- head/sys/modules/agp/Makefile Mon Jun 9 20:42:52 2014 (r267296) +++ head/sys/modules/agp/Makefile Mon Jun 9 20:48:38 2014 (r267297) @@ -20,7 +20,6 @@ SRCS+= agp_apple.c SRCS+= device_if.h bus_if.h agp_if.h pci_if.h SRCS+= opt_agp.h MFILES= kern/device_if.m kern/bus_if.m dev/agp/agp_if.m dev/pci/pci_if.m -WERROR= EXPORT_SYMS= agp_find_device \ agp_state \ Modified: head/sys/modules/aic7xxx/ahd/Makefile ============================================================================== --- head/sys/modules/aic7xxx/ahd/Makefile Mon Jun 9 20:42:52 2014 (r267296) +++ head/sys/modules/aic7xxx/ahd/Makefile Mon Jun 9 20:48:38 2014 (r267297) @@ -4,7 +4,6 @@ .PATH: ${.CURDIR}/../../../dev/aic7xxx KMOD= ahd -WERROR= GENSRCS= aic79xx_seq.h aic79xx_reg.h REG_PRINT_OPT= AHD_REG_PRETTY_PRINT=1 Modified: head/sys/modules/bios/smapi/Makefile ============================================================================== --- head/sys/modules/bios/smapi/Makefile Mon Jun 9 20:42:52 2014 (r267296) +++ head/sys/modules/bios/smapi/Makefile Mon Jun 9 20:48:38 2014 (r267297) @@ -6,7 +6,6 @@ KMOD= smapi SRCS= smapi.c smapi_bios.S \ bus_if.h device_if.h -WERROR= .include Modified: head/sys/modules/sound/driver/maestro/Makefile ============================================================================== --- head/sys/modules/sound/driver/maestro/Makefile Mon Jun 9 20:42:52 2014 (r267296) +++ head/sys/modules/sound/driver/maestro/Makefile Mon Jun 9 20:48:38 2014 (r267297) @@ -5,6 +5,5 @@ KMOD= snd_maestro SRCS= device_if.h bus_if.h pci_if.h SRCS+= maestro.c -WERROR= .include