Fix build warnings
This commit is contained in:
parent
afed91661b
commit
3f08bfb264
7 changed files with 11 additions and 8 deletions
|
|
@ -79,7 +79,9 @@ describe("Stack", [&]() {
|
|||
);
|
||||
|
||||
for (size_t i = 0; i < tree_count; i++)
|
||||
trees[i] = ts_tree_make_leaf(i, ts_length_zero(), tree_len, {});
|
||||
trees[i] = ts_tree_make_leaf(i, ts_length_zero(), tree_len, {
|
||||
true, true, false, true,
|
||||
});
|
||||
});
|
||||
|
||||
after_each([&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue