Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin Set WARNS=5. No warnings/errors were found with a test...
details: https://anonhg.NetBSD.org/src/rev/5a8a190ce545
branches: trunk
changeset: 781139:5a8a190ce545
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Wed Aug 22 07:47:18 2012 +0000
description:
Set WARNS=5. No warnings/errors were found with a test compile.
diffstat:
sbin/modload/Makefile | 4 +++-
sbin/modunload/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 61d5fb8aa9e8 -r 5a8a190ce545 sbin/modload/Makefile
--- a/sbin/modload/Makefile Wed Aug 22 06:45:15 2012 +0000
+++ b/sbin/modload/Makefile Wed Aug 22 07:47:18 2012 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2010/12/13 20:48:44 pooka Exp $
+# $NetBSD: Makefile,v 1.16 2012/08/22 07:47:18 jnemeth Exp $
.include <bsd.own.mk>
+WARNS= 5
+
RUMPPRG=modload
SRCS= main.c
MAN= modload.8
diff -r 61d5fb8aa9e8 -r 5a8a190ce545 sbin/modunload/Makefile
--- a/sbin/modunload/Makefile Wed Aug 22 06:45:15 2012 +0000
+++ b/sbin/modunload/Makefile Wed Aug 22 07:47:18 2012 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2010/12/13 20:48:45 pooka Exp $
+# $NetBSD: Makefile,v 1.15 2012/08/22 07:47:19 jnemeth Exp $
+
+WARNS= 5
RUMPPRG=modunload
SRCS= main.c
Home |
Main Index |
Thread Index |
Old Index