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:
Alexandre Duret-Lutz 2010-11-30 12:19:45 +01:00
parent 3b3711286b
commit ae03bc6704
2 changed files with 10 additions and 2 deletions

View file

@ -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.