Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 20:48:39 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
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
Message-ID:  <201406092048.s59Kmd4P025218@svn.freebsd.org>

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

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 <bsd.kmod.mk>



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