3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix build warnings

This commit is contained in:
Nikolaj Bjorner 2024-09-30 17:25:19 -07:00
parent 8c39863019
commit 328616b8b2
6 changed files with 8 additions and 7 deletions

View file

@ -179,5 +179,6 @@ void tst_dlist() {
test_detach();
test_invariant();
test_contains();
(void)test_remove_from;
std::cout << "All tests passed." << std::endl;
}