* data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):

Use assignments rather than casts-to-void to suppress
unused-variable warnings.  This pacifies 'lint'.
* data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
unused-variable warnings.
This commit is contained in:
Paul Eggert
2005-10-05 06:05:22 +00:00
parent f8333ce5fd
commit 88c6637fa9
3 changed files with 24 additions and 17 deletions

View File

@@ -1,3 +1,11 @@
2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
* data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
Use assignments rather than casts-to-void to suppress
unused-variable warnings. This pacifies 'lint'.
* data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
unused-variable warnings.
2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
* Makefile.am: DJGPP specific files added to EXTRA_DIST.