* spot/twaalgos/emptiness.cc: Fix another gcc-snapshot warning.

This commit is contained in:
Alexandre Duret-Lutz 2019-12-12 13:23:51 +01:00
parent 9b9c2b3c94
commit b9cac2cedb

View file

@ -848,7 +848,7 @@ namespace spot
p.first->second = ns; p.first->second = ns;
if (names) if (names)
{ {
assert(ns = names->size()); assert(ns == names->size());
names->push_back(aut->format_state(next)); names->push_back(aut->format_state(next));
} }
} }