3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

fix compiler warnings

This commit is contained in:
Nuno Lopes 2021-02-19 10:33:41 +00:00
parent a22fb8a96e
commit 5e034e495f
6 changed files with 3 additions and 7 deletions

View file

@ -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();