summaryrefslogtreecommitdiffstats
path: root/sbin/devd/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-19 00:19:01 +0000
committerjb <jb@FreeBSD.org>2007-11-19 00:19:01 +0000
commitbdea99cbc228b34035142dfef7483a3b8fce9700 (patch)
tree31962b25e1aad6fbcdb2dcfe703a83c7d97b2a15 /sbin/devd/Makefile
parent42050b5500ab484b7c60e98b64f25852390ec579 (diff)
downloadFreeBSD-src-bdea99cbc228b34035142dfef7483a3b8fce9700.zip
FreeBSD-src-bdea99cbc228b34035142dfef7483a3b8fce9700.tar.gz
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.
Diffstat (limited to 'sbin/devd/Makefile')
-rw-r--r--sbin/devd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index 8f52d90..43990b4 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
OpenPOWER on IntegriCloud