Fix build warnings
This commit is contained in:
parent
afed91661b
commit
3f08bfb264
7 changed files with 11 additions and 8 deletions
|
|
@ -81,7 +81,7 @@ class ParseTableBuilder {
|
|||
mark_fragile_actions();
|
||||
remove_duplicate_parse_states();
|
||||
|
||||
parse_table.symbols.insert({ rules::ERROR(), {} });
|
||||
parse_table.symbols.insert({ rules::ERROR(), {true} });
|
||||
|
||||
return { parse_table, CompileError::none() };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue