Fix --enable-gcc-warnings.

* src/parse-gram.y (%printer <param>): Handle param_none.
This commit is contained in:
Joel E. Denny
2009-09-10 00:12:07 -04:00
parent ff60136654
commit 2d39988807
4 changed files with 208 additions and 201 deletions

View File

@@ -1,3 +1,8 @@
2009-09-10 Joel E. Denny <jdenny@clemson.edu>
Fix --enable-gcc-warnings.
* src/parse-gram.y (%printer <param>): Handle param_none.
2009-09-09 Akim Demaille <demaille@gostai.com>
lalr1.cc: syntax_error as exceptions.

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.4.403-43f2. */
/* A Bison parser, made by GNU Bison 2.4.404-c6ab. */
/* Interface for Bison's Yacc-like parsers in C

View File

@@ -236,6 +236,7 @@ static char const *char_name (char);
CASE(parse, parse-param);
CASE(both, param);
#undef CASE
case param_none: aver (false); break;
}
} <param>;