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
f11df767
Commit
f11df767
authored
May 04, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/ltl2tgba_fm.cc: Add a superfluous return to pacify
some GCC version. Report from Denis Poitrenaud.
parent
b052e925
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f11df767
2004-05-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ltl2tgba_fm.cc: Add a superfluous return to pacify
some GCC version. Report from Denis Poitrenaud.
* wrap/python/cgi/ltl2tgba.in: Fix output HTML.
2004-05-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
...
...
src/tgbaalgos/ltl2tgba_fm.cc
View file @
f11df767
...
...
@@ -148,6 +148,9 @@ namespace spot
if
(
isi
!=
dict
->
var_formula_map
.
end
())
return
clone
(
isi
->
second
);
assert
(
0
);
// Never reached, but some GCC versions complain about
// a missing return otherwise.
return
0
;
}
formula
*
...
...
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