* src/tgbaalgos/tau03opt.cc: Fix a warning.
This commit is contained in:
parent
b0aab51580
commit
976a86ba2b
2 changed files with 5 additions and 0 deletions
|
|
@ -519,6 +519,7 @@ namespace spot
|
|||
{
|
||||
assert(hc.find(s)==hc.end() && h.find(s)==h.end());
|
||||
assert(c == CYAN);
|
||||
(void)c;
|
||||
hc.insert(std::make_pair(s, std::make_pair(w, bddfalse)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue