Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules WARNS=3 is the default
details: https://anonhg.NetBSD.org/src/rev/78c9cea0752f
branches: trunk
changeset: 768885:78c9cea0752f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Aug 28 15:48:19 2011 +0000
description:
WARNS=3 is the default
diffstat:
sys/modules/aps/Makefile | 4 +---
sys/modules/ath/Makefile | 3 +--
sys/modules/ath_hal/Makefile | 4 +---
sys/modules/coram/Makefile | 4 +---
sys/modules/dbcool/Makefile | 4 +---
sys/modules/est/Makefile | 4 +---
sys/modules/hdafg/Makefile | 4 +---
sys/modules/hdaudio/Makefile | 4 +---
sys/modules/if_alc/Makefile | 4 +---
sys/modules/if_ath_pci/Makefile | 4 +---
sys/modules/if_cas/Makefile | 4 +---
sys/modules/nsclpcsio/Makefile | 4 +---
sys/modules/powernow/Makefile | 4 +---
13 files changed, 13 insertions(+), 38 deletions(-)
diffs (214 lines):
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/aps/Makefile
--- a/sys/modules/aps/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/aps/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/16 01:07:32 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= aps.ioconf
SRCS= aps.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/ath/Makefile
--- a/sys/modules/ath/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/ath/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/20 03:58:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -10,7 +10,6 @@
ath_netbsd.c \
athrate-sample.c
-WARNS= 3
CPPFLAGS+= -DINET
.include "../ath_hal/Makefile.inc"
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/ath_hal/Makefile
--- a/sys/modules/ath_hal/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/ath_hal/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/21 11:16:47 cegger Exp $
+# $NetBSD: Makefile,v 1.4 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -94,8 +94,6 @@
ar9285_attach.c \
ar9285_reset.c
-WARNS= 3
-
.include "Makefile.inc"
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/coram/Makefile
--- a/sys/modules/coram/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/coram/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/08/04 22:26:07 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= coram.ioconf
SRCS= coram.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/dbcool/Makefile
--- a/sys/modules/dbcool/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/dbcool/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/07/31 16:05:28 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= dbcool.ioconf
SRCS= dbcool.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/est/Makefile
--- a/sys/modules/est/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/est/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/23 11:55:36 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= est.ioconf
SRCS= est.c intel_busclock.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/hdafg/Makefile
--- a/sys/modules/hdafg/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/hdafg/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/12 15:15:56 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= hdafg.ioconf
SRCS= hdafg.c hdafg_dd.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/hdaudio/Makefile
--- a/sys/modules/hdaudio/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/hdaudio/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/07 15:32:11 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -10,6 +10,4 @@
SRCS+= hdaudio_ids.c
SRCS+= hdaudio_pci.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/if_alc/Makefile
--- a/sys/modules/if_alc/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/if_alc/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/23 00:36:51 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:19 jmcneill Exp $
.include "../Makefile.inc"
@@ -9,8 +9,6 @@
SRCS= if_alc.c
-WARNS= 3
-
CPPFLAGS+= -DINET -DNVLAN=1
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/if_ath_pci/Makefile
--- a/sys/modules/if_ath_pci/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/if_ath_pci/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/20 03:58:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:20 jmcneill Exp $
.include "../Makefile.inc"
@@ -9,7 +9,5 @@
SRCS= if_ath_pci.c
-WARNS= 3
-
.include "../ath_hal/Makefile.inc"
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/if_cas/Makefile
--- a/sys/modules/if_cas/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/if_cas/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/07 11:17:22 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:20 jmcneill Exp $
.include "../Makefile.inc"
@@ -9,6 +9,4 @@
SRCS= if_cas.c
CPPFLAGS+= -DINET
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/nsclpcsio/Makefile
--- a/sys/modules/nsclpcsio/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/nsclpcsio/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/07/15 20:57:01 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:20 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= nsclpcsio.ioconf
SRCS= nsclpcsio_isa.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
diff -r 61dcbe1eddb5 -r 78c9cea0752f sys/modules/powernow/Makefile
--- a/sys/modules/powernow/Makefile Sun Aug 28 15:46:26 2011 +0000
+++ b/sys/modules/powernow/Makefile Sun Aug 28 15:48:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/24 11:22:34 jruoho Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 15:48:20 jmcneill Exp $
.include "../Makefile.inc"
@@ -8,6 +8,4 @@
IOCONF= powernow.ioconf
SRCS= powernow.c
-WARNS= 3
-
.include <bsd.kmodule.mk>
- Prev by Date:
[src/trunk]: src Split out ati_pcigart into a separate module so it can be sh...
- Next by Date:
[src/trunk]: src add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxd...
- Previous by Thread:
[src/trunk]: src Split out ati_pcigart into a separate module so it can be sh...
- Next by Thread:
[src/trunk]: src add mach64drm, mgadrm, r128drm, savagedrm, sisdrm, and tdfxd...
- Indexes:
Home |
Main Index |
Thread Index |
Old Index