Fix more errors reported by Clang.
* src/tgbaalgos/reducerun.hh (tgba_run): Predeclare as a struct since this is what it is. * src/tgbatest/randtgba.cc (main): Avoid using "i" with two different type in the same loop.
This commit is contained in:
parent
0d9d0b08ec
commit
019c85dff6
3 changed files with 18 additions and 7 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2010-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix more errors reported by Clang.
|
||||
|
||||
* src/tgbaalgos/reducerun.hh (tgba_run): Predeclare as a struct
|
||||
since this is what it is.
|
||||
* src/tgbatest/randtgba.cc (main): Avoid using "i" with two
|
||||
different type in the same loop.
|
||||
|
||||
2010-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Finalize Kripke interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue