Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/modstat Bump up to WARNS=5. No new warnings/errors wer...
details: https://anonhg.NetBSD.org/src/rev/82033f93766a
branches: trunk
changeset: 781069:82033f93766a
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Thu Aug 16 19:47:48 2012 +0000
description:
Bump up to WARNS=5. No new warnings/errors were found.
diffstat:
sbin/modstat/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r df9e03dfa3a6 -r 82033f93766a sbin/modstat/Makefile
--- a/sbin/modstat/Makefile Thu Aug 16 19:42:23 2012 +0000
+++ b/sbin/modstat/Makefile Thu Aug 16 19:47:48 2012 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/12/13 20:48:45 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2012/08/16 19:47:48 jnemeth Exp $
RUMPPRG=modstat
SRCS= main.c
MAN= modstat.8
+WARNS= 5
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index