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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"