mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
fix unused-but-set-variable warnings reported in #579
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9aaee8616a
commit
3a6e6df4f5
11 changed files with 19 additions and 8 deletions
|
@ -1342,6 +1342,7 @@ namespace smt {
|
|||
tout << "v" << x_i << " ";
|
||||
tout << (has_shared?"shared":"not shared") << "\n";);
|
||||
|
||||
(void) empty_column;
|
||||
SASSERT(!safe_gain(min_gain, max_gain) ||
|
||||
empty_column ||
|
||||
(unbounded_gain(max_gain) == (x_i == null_theory_var)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue