* src/tgbaalgos/tau03opt.cc: Fix a warning.

This commit is contained in:
Denis Poitrenaud 2004-11-23 13:54:34 +00:00
parent b0aab51580
commit 976a86ba2b
2 changed files with 5 additions and 0 deletions

View file

@ -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>
* src/tgbaalgos/gv04.cc (gv04): Inherit from ec_statistics.

View file

@ -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)));
}