mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
fix compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
080bf79fe6
commit
c4d893dfad
2 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,7 @@ struct index_lt_proc : public std::binary_function<app*, app *, bool> {
|
||||||
for (expr *e : v)
|
for (expr *e : v)
|
||||||
quick_for_each_expr(fn, visited, e);
|
quick_for_each_expr(fn, visited, e);
|
||||||
}
|
}
|
||||||
catch (has_nlira_functor::found e) {
|
catch (has_nlira_functor::found ) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
|
@ -2795,6 +2795,7 @@ namespace smt {
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
} // end of execute_core
|
} // end of execute_core
|
||||||
|
|
||||||
void display_trees(std::ostream & out, const ptr_vector<code_tree> & trees) {
|
void display_trees(std::ostream & out, const ptr_vector<code_tree> & trees) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue