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
|
|
@ -649,7 +649,7 @@ namespace spot
|
|||
// This initial state is outside the cycle. Compute the prefix.
|
||||
min_path<false> s(this, a_, target, h_);
|
||||
cycle_entry_point = s.search(prefix_start, run->prefix);
|
||||
SPOT_ASSERT(cycle_entry_point);
|
||||
SPOT_ASSUME(cycle_entry_point);
|
||||
cycle_entry_point = cycle_entry_point->clone();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue