mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
fix warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6321dabe93
commit
794aafa6f8
4 changed files with 4 additions and 4 deletions
|
@ -398,7 +398,7 @@ public:
|
|||
ast_manager& m = ctx.m();
|
||||
qe::interpolator mbi(m);
|
||||
expr_ref itp(m);
|
||||
lbool res = mbi.pogo(ctx.get_solver_factory(), m_a, m_b, itp);
|
||||
mbi.pogo(ctx.get_solver_factory(), m_a, m_b, itp);
|
||||
ctx.regular_stream() << itp << "\n";
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue