* 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

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