* src/tgbaalgos/minimizerun.cc: Shut up a GCC warning when assert
are disabled.
This commit is contained in:
parent
6724f4bfbb
commit
a5608a7ec4
2 changed files with 6 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ namespace spot
|
|||
const state* s = shpath.search(segment_next->clone(), res->cycle);
|
||||
ss.clear();
|
||||
assert(s->compare(segment_start) == 0);
|
||||
(void)s;
|
||||
}
|
||||
|
||||
// Compute the prefix: it's the shortest path from the initial
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue