tests: work around to compiler warnings

* tests/core/cube.cc, tests/core/twagraph.cc: Fix warning about
unused variable in absence of assert().
This commit is contained in:
Alexandre Duret-Lutz 2021-10-03 00:57:21 +02:00
parent 644342f5d4
commit ee83e8e4c2
2 changed files with 5 additions and 2 deletions

View file

@ -212,6 +212,7 @@ static void f6()
unsigned out = tg->merge_states_of();
assert(out == 3);
(void) out;
}
// Compare merge_states() and merge_states_of()