Module Name: src Committed By: pooka Date: Wed Nov 21 11:03:13 UTC 2012
Modified Files: src/sys/rump/net/lib/libnpf: Makefile Log Message: This component is not WARNS>3 clean (example: it includes socketvar.h which does signed-unsigned comparison in an inline function). Why it compiled at all is one of those marvels of compiler technology. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libnpf/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/rump/net/lib/libnpf/Makefile diff -u src/sys/rump/net/lib/libnpf/Makefile:1.2 src/sys/rump/net/lib/libnpf/Makefile:1.3 --- src/sys/rump/net/lib/libnpf/Makefile:1.2 Sun Sep 16 13:47:42 2012 +++ src/sys/rump/net/lib/libnpf/Makefile Wed Nov 21 11:03:13 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/16 13:47:42 rmind Exp $ +# $NetBSD: Makefile,v 1.3 2012/11/21 11:03:13 pooka Exp $ # # Public Domain. # @@ -19,8 +19,6 @@ SRCS+= npf_ext_log.c npf_ext_normalise.c SRCS+= component.c -WARNS= 5 - CPPFLAGS+= -D_NPF_TESTING CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs