Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/procfs Kill WARNS = 3



details:   https://anonhg.NetBSD.org/src/rev/248a721823f4
branches:  trunk
changeset: 459814:248a721823f4
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 26 17:34:56 2019 +0000

description:
Kill WARNS = 3

diffstat:

 sys/modules/procfs/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 57f57458dd76 -r 248a721823f4 sys/modules/procfs/Makefile
--- a/sys/modules/procfs/Makefile       Thu Sep 26 17:34:08 2019 +0000
+++ b/sys/modules/procfs/Makefile       Thu Sep 26 17:34:56 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2019/03/31 02:24:47 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2019/09/26 17:34:56 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -16,6 +16,4 @@
        procfs_machdep.c procfs_map.c procfs_regs.c procfs_fpregs.c \
        procfs_mem.c procfs_fd.c procfs_auxv.c
 
-WARNS= 3
-
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index