Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/modules/syscallemu Set WARN=3 for sing-com...



details:   https://anonhg.NetBSD.org/src/rev/7c0ae6c86fc6
branches:  trunk
changeset: 448982:7c0ae6c86fc6
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Feb 17 05:32:35 2019 +0000

description:
Set WARN=3 for sing-compare.

diffstat:

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

diffs (16 lines):

diff -r 12dcd201c794 -r 7c0ae6c86fc6 sys/arch/usermode/modules/syscallemu/Makefile
--- a/sys/arch/usermode/modules/syscallemu/Makefile     Sun Feb 17 05:29:08 2019 +0000
+++ b/sys/arch/usermode/modules/syscallemu/Makefile     Sun Feb 17 05:32:35 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2013/11/10 22:08:58 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.6 2019/02/17 05:32:35 rin Exp $
 
 .include <bsd.own.mk>
 
@@ -19,4 +19,6 @@
 .error ${MACHINE_CPU} not implemented
 .endif
 
+WARNS= 3
+
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index