* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_path):
Initialize best_end to remove a spurious warning.
This commit is contained in:
parent
e7bc4f2a5a
commit
434475dbc8
2 changed files with 4 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ namespace spot
|
|||
// The best path seen so far.
|
||||
tgba_run::steps best_path;
|
||||
// The end state of the base path.
|
||||
const state* best_end;
|
||||
const state* best_end = 0;
|
||||
// The acceptance conditions traversed by BEST_PATH.
|
||||
bdd best_acc = bddfalse;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue