Force casts to please clang on OSX
* spot/twa/twagraph.hh, spot/twaalgos/minimize.cc, spot/twaalgos/remfin.cc: Here.
This commit is contained in:
parent
1e18c1a3d4
commit
092e3630f4
3 changed files with 4 additions and 4 deletions
|
|
@ -660,7 +660,7 @@ namespace spot
|
|||
if (product(min_aut_f, aut_neg_f)->is_empty())
|
||||
{
|
||||
// Complement the minimized WDBA.
|
||||
assert(min_aut_f->prop_weak());
|
||||
assert((bool)min_aut_f->prop_weak());
|
||||
auto neg_min_aut_f = remove_fin(dtwa_complement(min_aut_f));
|
||||
if (product(aut_f, neg_min_aut_f)->is_empty())
|
||||
// Finally, we are now sure that it was safe
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ namespace spot
|
|||
acc_cond::mark_t inf_alone,
|
||||
acc_cond::mark_t fin_alone)
|
||||
{
|
||||
assert(aut->prop_state_acc());
|
||||
assert((bool)aut->prop_state_acc());
|
||||
|
||||
scc_info si(aut);
|
||||
// For state-based Rabin automata, we check each SCC for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue