mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix compiler warnings
This commit is contained in:
parent
a22fb8a96e
commit
5e034e495f
6 changed files with 3 additions and 7 deletions
|
@ -436,7 +436,6 @@ extern "C" {
|
|||
}
|
||||
|
||||
static void optimize_on_model(opt::on_model_t& o, model_ref& m) {
|
||||
Z3_context c = (Z3_context) o.c;
|
||||
auto model_eh = (void(*)(void*)) o.on_model;
|
||||
Z3_model_ref * m_ref = (Z3_model_ref*) o.m;
|
||||
m_ref->m_model = m.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue