address a new g++-10 warnings
* spot/twa/twa.hh (set_named_prop): Declare the lambda as noexcept. * spot/twaalgos/couvreurnew.cc (acss_states): Likewise.
This commit is contained in:
parent
e20bae6609
commit
a3769dfd81
2 changed files with 3 additions and 2 deletions
|
|
@ -360,7 +360,7 @@ namespace spot
|
|||
{
|
||||
int scc_root = ecs_->root.top().index;
|
||||
return T::h_count(ecs_->h,
|
||||
[scc_root](int s) { return s >= scc_root; });
|
||||
[scc_root](int s) noexcept { return s >= scc_root; });
|
||||
}
|
||||
|
||||
twa_run_ptr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue