1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00

Change warning level to 6

This commit is contained in:
Baptiste Daroussin 2013-10-29 08:22:38 +00:00
parent 7dde5df42b
commit 9f6fea6e97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257316

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>