WARNS=2 fix, but do not set this im Makefile, because this ill be the

default for src/usr.bin/
This commit is contained in:
Mark Murray 2001-12-11 22:13:02 +00:00
parent 082d8262b0
commit e1a50fc693
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87673
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
PROG= yacc
SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
skeleton.c symtab.c verbose.c warshall.c
WARNS?= 2
NO_WERROR=true # XXXX Temporary
SCRIPTS=yyfix.sh
MAN= yacc.1 yyfix.1

View File

@ -630,7 +630,7 @@ static int
pack_vector(vector)
int vector;
{
int i, j, k, l;
int i, j, k;
int t;
int loc;
int ok;