mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 10:01:16 +00:00
a few more spacer related warning messages
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9a78bec8a8
commit
b12882d94a
7 changed files with 44 additions and 54 deletions
|
|
@ -788,7 +788,7 @@ namespace qe {
|
|||
}
|
||||
|
||||
unsigned find_max(model& mdl, bool do_pos) {
|
||||
unsigned result;
|
||||
unsigned result = UINT_MAX;
|
||||
bool found = false;
|
||||
bool found_strict = false;
|
||||
rational found_val (0), r, r_plus_x, found_c;
|
||||
|
|
@ -2078,6 +2078,7 @@ namespace qe {
|
|||
sort* v_sort = m.get_sort (v);
|
||||
sort* val_sort = get_array_range (v_sort);
|
||||
sort* idx_sort = get_array_domain (v_sort, 0);
|
||||
(void) idx_sort;
|
||||
|
||||
unsigned start = m_idx_reprs.size (); // append at the end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue