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:
parent
644342f5d4
commit
ee83e8e4c2
2 changed files with 5 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue