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:
Maximilien Colange 2018-05-25 14:09:47 +02:00
parent e886609269
commit a9293f329e
7 changed files with 34 additions and 31 deletions

View file

@ -299,7 +299,7 @@ namespace spot
}
acc_cond::mark_t get_acc() const
{
assert(!is_white());
SPOT_ASSUME(!is_white());
return *acc;
}
void cumulate_acc(acc_cond::mark_t a)