mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
|
@ -342,6 +342,7 @@ public:
|
|||
else
|
||||
cls1.push_back(cls2[j]);
|
||||
}
|
||||
(void)found_pivot2;
|
||||
assert(found_pivot2);
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -362,6 +362,7 @@ public:
|
|||
else
|
||||
cls1.push_back(cls2[j]);
|
||||
}
|
||||
(void)found_pivot2;
|
||||
assert(found_pivot2);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue