Fix initializer list deduction warnings in specs

This commit is contained in:
Max Brunsfeld 2014-08-27 22:23:45 -07:00
parent 0193be166b
commit 226ffd6b5b
4 changed files with 57 additions and 23 deletions

View file

@ -55,6 +55,7 @@ TSTree *ts_tree_make_node(TSSymbol symbol, size_t child_count,
.size = size,
.offset = offset,
.options = options };
result->children = children;
result->child_count = child_count;
result->visible_child_count = visible_child_count;