mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 17:25:47 +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
|
@ -739,6 +739,7 @@ public:
|
|||
if (idx2 < idx1) {
|
||||
std::swap(idx1,idx2);
|
||||
}
|
||||
(void) max_idx;
|
||||
SASSERT(idx1 < idx2 && idx2 < edges.size());
|
||||
SASSERT(max_idx < edges.size());
|
||||
dst = get_source(edges[idx2]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue