Fix lint errors

This commit is contained in:
Max Brunsfeld 2014-07-02 09:01:38 -07:00
parent 6424eea62a
commit 18ae326459
4 changed files with 6 additions and 9 deletions

View file

@ -293,7 +293,7 @@ namespace tree_sitter {
case ParseActionTypeReduceExtra:
add("REDUCE_EXTRA(" + symbol_id(action.symbol) + ")");
break;
default:;
default: {}
}
}
@ -309,7 +309,7 @@ namespace tree_sitter {
case LexActionTypeError:
line("LEX_ERROR();");
break;
default:;
default: {}
}
}