fix warnings when compiling without assertions
* spot/twa/acc.hh, spot/twaalgos/alternation.cc, spot/twaalgos/determinize.cc, spot/twaalgos/ndfs_result.hxx, spot/twaalgos/tau03.cc, spot/ltsmin/ltsmin.cc, tests/core/parity.cc: here
This commit is contained in:
parent
e886609269
commit
a9293f329e
7 changed files with 34 additions and 31 deletions
|
|
@ -360,7 +360,7 @@ namespace spot
|
|||
{
|
||||
path.emplace_back(std::move(ss));
|
||||
auto i = states.insert(path.back());
|
||||
assert(i.second);
|
||||
SPOT_ASSUME(i.second);
|
||||
ss = path.back().compute_succ(cs_, ap, color_);
|
||||
mincolor = std::min(color_, mincolor);
|
||||
stop = states.find(ss) != states.end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue