Kill a g++-4.2 warning.
* src/tgba/tgbacomplement.cc (state_complement::state_complement) explicitly initialize the base class spot::state.
This commit is contained in:
parent
e0a8114f06
commit
d1cf819540
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2009-06-11 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
Kill a g++-4.2 warning.
|
||||||
|
|
||||||
|
* src/tgba/tgbacomplement.cc (state_complement::state_complement)
|
||||||
|
explicitly initialize the base class spot::state.
|
||||||
|
|
||||||
2009-06-10 Guillaume Sadegh <sadegh@lrde.epita.fr>
|
2009-06-10 Guillaume Sadegh <sadegh@lrde.epita.fr>
|
||||||
|
|
||||||
During the complementation, transform the auxiliary Streett
|
During the complementation, transform the auxiliary Streett
|
||||||
|
|
|
||||||
|
|
@ -906,6 +906,7 @@ namespace spot
|
||||||
}
|
}
|
||||||
|
|
||||||
state_complement::state_complement(const state_complement& other)
|
state_complement::state_complement(const state_complement& other)
|
||||||
|
: state()
|
||||||
{
|
{
|
||||||
U = other.U;
|
U = other.U;
|
||||||
L = other.L;
|
L = other.L;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue