spot/tests
Alexandre Duret-Lutz 75f3a5f2c5 Fix warnings with GCC 7 on Centos 7
* spot/twa/twagraph.cc: Mark two variables as unused.
* spot/twaalgos/aiger.cc: Avoid spurious nullptr dereference warning,
and mark more variable as unused.
* spot/twaalgos/forq_contains.cc (word::operator==): Mark as
maybe_unused.
* bin/ltlsynt.cc, spot/twaalgos/relabel.cc,
spot/twaalgos/mealy_machine.cc, spot/twaalgos/synthesis.cc,
spot/twaalgos/zlktree.cc: Avoid unused variables warnings.
* spot/twaalgos/toparity.cc: Remove uses of std::optional, they were
not necessary, and they trigger spurious warnings in GCC 7.  Also
work around a spurious "potential nullptr deref".
* tests/core/twacube.cc: Fix another potential nullptr warning.
* spot/twaalgos/simulation.cc: Work a around GCC 6/7 bug.
2023-11-03 10:14:34 +01:00
..
core Fix warnings with GCC 7 on Centos 7 2023-11-03 10:14:34 +01:00
ltsmin declare all argp_program_doc as static 2022-10-25 16:31:35 +02:00
python sccinfo: implement PROCESS_UNREACHABLE_STATES 2023-10-02 14:19:53 +02:00
sanity * tests/sanity/style.test: Don't use egrep. 2023-08-03 11:49:08 +02:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am implement a FORQ-based inclusion check for SBAs 2023-09-13 15:48:17 +02:00
run.in test: fix running on python test in OpenBSD 2022-10-02 14:37:21 +02:00