Fix a GCC 4.6 warning.
* src/tgbatest/randtgba.cc (main): Remove the set but unused opt_A variable (the upcoming GCC 4.6 would warn about it) and set opt_ec to 1 if -A is used without -e.
This commit is contained in:
parent
3b3711286b
commit
ae03bc6704
2 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix a GCC 4.6 warning.
|
||||
|
||||
* src/tgbatest/randtgba.cc (main): Remove the set but unused opt_A
|
||||
variable (the upcoming GCC 4.6 would warn about it) and set opt_ec
|
||||
to 1 if -A is used without -e.
|
||||
|
||||
2010-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (syntax): Typo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue