Fix initializer list deduction warnings in specs
This commit is contained in:
parent
0193be166b
commit
226ffd6b5b
4 changed files with 57 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue