Change warning level to 6

This commit is contained in:
bapt 2013-10-29 08:22:38 +00:00
parent bf49c1a9f2
commit f3553f63ec

View File

@ -15,5 +15,6 @@ CFLAGS+= -DMIXEDCASE_FILENAMES=1 \
LINKS= ${BINDIR}/yacc ${BINDIR}/byacc
MLINKS= yacc.1 byacc.1
WARNS= 6
.include <bsd.prog.mk>