From: John Marino Date: Tue, 10 Feb 2015 20:18:09 +0000 (+0100) Subject: devd(8): Lower WARNS from 5 to 2 (has unused local typedefs) X-Git-Tag: v4.2.0rc~875 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/a79f0629f156dfe65186b4c8331da82c49d335a1 devd(8): Lower WARNS from 5 to 2 (has unused local typedefs) GCC 5.0 has detected local unused typedefs, so lower the warnings so that compiler can build it. --- diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 9f5348dc43..4fc68d0bcb 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -4,7 +4,7 @@ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h MAN= devd.8 devd.conf.5 -WARNS?= 5 +WARNS?= 3 NO_SHARED?=YES