Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/npf kill WARNS = 3



details:   https://anonhg.NetBSD.org/src/rev/6e08804962fa
branches:  trunk
changeset: 459819:6e08804962fa
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 26 18:45:00 2019 +0000

description:
kill WARNS = 3

diffstat:

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

diffs (16 lines):

diff -r 25137529f0a2 -r 6e08804962fa sys/modules/npf/Makefile
--- a/sys/modules/npf/Makefile  Thu Sep 26 18:44:45 2019 +0000
+++ b/sys/modules/npf/Makefile  Thu Sep 26 18:45:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/07/24 23:49:08 rmind Exp $
+# $NetBSD: Makefile,v 1.25 2019/09/26 18:45:00 christos Exp $
 #
 # Public Domain.
 #
@@ -21,6 +21,4 @@
 CPPFLAGS+=     -DINET6
 CPPFLAGS+=     -I${S}/external/bsd/libnv/dist
 
-WARNS=         3
-
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index