* spot/twaalgos/aiger.cc: Work around gcc snapshot diagnostics.
This commit is contained in:
parent
55992b1ca2
commit
69c8187330
1 changed files with 1 additions and 0 deletions
|
|
@ -1331,6 +1331,7 @@ namespace spot
|
||||||
|
|
||||||
std::deque<unsigned> todo;
|
std::deque<unsigned> todo;
|
||||||
todo.push_back(0);
|
todo.push_back(0);
|
||||||
|
assert(n_max_states > 0);
|
||||||
std::vector<bool> seen(n_max_states, false);
|
std::vector<bool> seen(n_max_states, false);
|
||||||
seen[0] = true;
|
seen[0] = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue