Module Name:    src
Committed By:   christos
Date:           Thu Sep 26 02:00:27 UTC 2019

Modified Files:
        src/sys/modules/compat_50: Makefile

Log Message:
Limit -Wno-sign-compare to only rtsock_50.c which by virtue of including
rtsock_shared.c and using m_len is a mess to fix.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/compat_50/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat_50/Makefile
diff -u src/sys/modules/compat_50/Makefile:1.5 src/sys/modules/compat_50/Makefile:1.6
--- src/sys/modules/compat_50/Makefile:1.5	Mon Jun 17 10:57:57 2019
+++ src/sys/modules/compat_50/Makefile	Wed Sep 25 22:00:27 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2019/06/17 14:57:57 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2019/09/26 02:00:27 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -21,6 +21,8 @@ CPPFLAGS+=	-DINET -DINET6
 
 SRCS+=	rtsock_50.c
 
+COPTS.rtsock_50.c+=-Wno-sign-compare
+
 .PATH:	${S}/fs/puffs
 
 SRCS+=	puffs_compat.c
@@ -33,6 +35,4 @@ SRCS+=  wsevent_50.c
 
 SRCS+=	vnd_50.c
 
-WARNS=	3
-
 .include <bsd.kmodule.mk>

Reply via email to