From 342bcd3c5cb6bced63611914d1461ec8def4bc9c Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 12 Feb 2009 13:23:17 +0000 Subject: [PATCH] Drop to WARNS?=3 as src/sys doesn't compile with -Wsign-compare yet --- sys/rump/Makefile.rump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/Makefile.rump b/sys/rump/Makefile.rump index a740cd29487c..cd2963033ddb 100644 --- a/sys/rump/Makefile.rump +++ b/sys/rump/Makefile.rump @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.rump,v 1.32 2009/01/23 19:14:30 pooka Exp $ +# $NetBSD: Makefile.rump,v 1.33 2009/02/12 13:23:17 lukem Exp $ # -WARNS?= 4 +WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet NOLINT= # kernel code .include