From 9538bab38b926fccdaaa67f5845c2ffdf7994ce6 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 19 Nov 2007 00:19:01 +0000 Subject: [PATCH] Reduce the WARNS level across the board due to a warning that occurs on at least arm and sparc64. i386/pc98, ia64 and amd64 are all OK. --- sbin/devd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 8f52d902782c..43990b41af6f 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -3,7 +3,9 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -WARNS?= 4 + +WARNS= 0 +#WARNS?= 4 NO_SHARED?=YES