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

@@ -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>;