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
396894f7
Commit
396894f7
authored
Jan 05, 2006
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/ndfs_result.hxx (ndfs_result::construct_cycle):
Initialize tmp to suppress a GCC 4.0.1 warning (seen on Darwin).
parent
b47f4ab0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
396894f7
2006-01-05 Alexandre Duret-Lutz <adl@gnu.org>
* src/tgbaalgos/ndfs_result.hxx (ndfs_result::construct_cycle):
Initialize tmp to suppress a GCC 4.0.1 warning (seen on Darwin).
2006-01-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/defs.in (VALGRIND): Use --log-fd instead of
...
...
src/tgbaalgos/ndfs_result.hxx
View file @
396894f7
// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2004, 2005
, 2006
Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
...
...
@@ -602,6 +602,7 @@ namespace spot
<<
a_
->
format_state
(
current
.
dest
)
<<
" to "
<<
a_
->
format_state
(
begin
)
<<
std
::
endl
;
transition
tmp
;
tmp
.
source
=
tmp
.
dest
=
0
;
// Initialize to please GCC 4.0.1 (Darwin).
target
.
insert
(
std
::
make_pair
(
begin
,
tmp
));
min_path
<
true
>
s
(
this
,
a_
,
target
,
h_
);
const
state
*
res
=
s
.
search
(
current
.
dest
->
clone
(),
run
->
cycle
);
...
...
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