From f3553f63ec712a9db119650fedf83abe1a1b98a9 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 29 Oct 2013 08:22:38 +0000 Subject: [PATCH] Change warning level to 6 --- usr.bin/yacc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index 677486fd7320..f91db2e0e53f 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -15,5 +15,6 @@ CFLAGS+= -DMIXEDCASE_FILENAMES=1 \ LINKS= ${BINDIR}/yacc ${BINDIR}/byacc MLINKS= yacc.1 byacc.1 +WARNS= 6 .include