Fixed a compilation warning

This commit is contained in:
Pierre Pronchery 2009-07-29 13:43:04 +00:00
parent f0867e00ec
commit 90faf092b4

View File

@ -431,7 +431,7 @@ static int _type_specifier(C99 * c99)
* | enum-specifier | typedef-name */
{
int ret = 0;
CodeClass cclass;
CodeClass cclass = CODE_CLASS_NULL;
DEBUG_GRAMMAR();
if(_parse_in_set(c99, c99set_struct_or_union_specifier))