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

address compilation warnings of unused parameters, add shorthands to set parameters on Optimize

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-04-16 14:32:48 -07:00
parent 153106a6a7
commit d4410d0872
4 changed files with 43 additions and 5 deletions

View file

@ -605,7 +605,6 @@ bool array_recognizers::is_const(expr* e, expr*& v) const {
}
bool array_recognizers::is_store_ext(expr* _e, expr_ref& a, expr_ref_vector& args, expr_ref& value) {
ast_manager& m = a.m();
if (is_store(_e)) {
app* e = to_app(_e);
a = e->get_arg(0);