Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
a5608a7e
Commit
a5608a7e
authored
Nov 27, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/minimizerun.cc: Shut up a GCC warning when assert
are disabled.
parent
6724f4bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a5608a7e
2004-11-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/minimizerun.cc: Shut up a GCC warning when assert
are disabled.
2004-11-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
...
...
src/tgbaalgos/minimizerun.cc
View file @
a5608a7e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment