bench: fix stutter bench compiler errors.

* NEWS: mention this fix.
* bench/stutter/stutter_bench.sh, bench/stutter/user.sh: Path to spot
  binaries would include an inexistant src directory.
* bench/stutter/stutter_invariance_formulas.cc: Add override qualifier
  to satisfy -Wsuggest-override.
This commit is contained in:
Thomas Medioni 2017-03-31 13:40:05 +02:00
parent be41155308
commit 5f43fec8db
4 changed files with 10 additions and 7 deletions

3
NEWS
View file

@ -33,6 +33,9 @@ New in spot 2.3.2.dev (not yet released)
- spot::twa_graph::purge_unreachable_states() was misbehaving on
alternating automata.
- In bench/stutter/ the .cc files were not compiling due to warnings being
caught as errors.
Backward-incompatible changes:
- spot::acc_cond::mark_t::operator bool() has been marked as