* 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
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-11-23 Poitrenaud Denis <Denis.Poitrenaud@lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbaalgos/tau03opt.cc: Fix a warning.
|
||||||
|
|
||||||
2004-11-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-11-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbaalgos/gv04.cc (gv04): Inherit from ec_statistics.
|
* src/tgbaalgos/gv04.cc (gv04): Inherit from ec_statistics.
|
||||||
|
|
|
||||||
|
|
@ -519,6 +519,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
assert(hc.find(s)==hc.end() && h.find(s)==h.end());
|
assert(hc.find(s)==hc.end() && h.find(s)==h.end());
|
||||||
assert(c == CYAN);
|
assert(c == CYAN);
|
||||||
|
(void)c;
|
||||||
hc.insert(std::make_pair(s, std::make_pair(w, bddfalse)));
|
hc.insert(std::make_pair(s, std::make_pair(w, bddfalse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue