diff --git a/ChangeLog b/ChangeLog index c9daa64cd..3599e1351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-27 Alexandre Duret-Lutz + + * src/tgbaalgos/minimizerun.cc: Shut up a GCC warning when assert + are disabled. + 2004-11-27 Alexandre Duret-Lutz Denis Poitrenaud diff --git a/src/tgbaalgos/minimizerun.cc b/src/tgbaalgos/minimizerun.cc index 71474a8e1..750276602 100644 --- a/src/tgbaalgos/minimizerun.cc +++ b/src/tgbaalgos/minimizerun.cc @@ -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