mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
deal with compiler warnings (unused variables etc)
This commit is contained in:
parent
6092bf534c
commit
c0f80f92ba
8 changed files with 14 additions and 23 deletions
|
@ -32,7 +32,7 @@ namespace euf {
|
|||
for (auto* th : m_solvers)
|
||||
th->set_bool_search(&bool_search);
|
||||
|
||||
lbool r = bool_search.check(0, nullptr, nullptr);
|
||||
bool_search.check(0, nullptr, nullptr);
|
||||
|
||||
auto const& mdl = bool_search.get_model();
|
||||
for (unsigned i = 0; i < mdl.size(); ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue