mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
deal with compiler warnings, from MacOS CI build
This commit is contained in:
parent
7eceeff349
commit
f29a596070
13 changed files with 19 additions and 25 deletions
|
@ -37,7 +37,6 @@ namespace smt {
|
|||
seq::skolem m_sk;
|
||||
seq::axioms m_ax;
|
||||
bool m_digits_initialized;
|
||||
bool m_use_new_axioms { true };
|
||||
|
||||
literal mk_eq_empty(expr* e, bool phase = true) { return mk_eq_empty2(e, phase); }
|
||||
context& ctx() { return th.get_context(); }
|
||||
|
|
|
@ -777,6 +777,7 @@ bool theory_seq::branch_quat_variable(depeq const& e) {
|
|||
return propagate_lit(dep, lits.size(), lits.c_ptr(), false_literal);
|
||||
}
|
||||
UNREACHABLE();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue