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:
parent
153106a6a7
commit
d4410d0872
4 changed files with 43 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue