Lower warning to allow building with gcc

This commit is contained in:
Baptiste Daroussin 2014-11-22 22:11:35 +00:00
parent 2421b90f47
commit 71bcdff764

View file

@ -7,4 +7,6 @@ PROG= demandoc
LDADD= ${LDMANDOC}
DPADD= ${LIBMANDOC}
WARNS?= 5
.include <bsd.prog.mk>