mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
mute some compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9425c419ad
commit
bc70282a18
3 changed files with 6 additions and 10 deletions
|
@ -3624,6 +3624,7 @@ namespace polynomial {
|
|||
|
||||
unsigned counter = 0;
|
||||
while (true) {
|
||||
(void)counter;
|
||||
SASSERT(degree(pp_u, x) >= degree(pp_v, x));
|
||||
unsigned delta = degree(pp_u, x) - degree(pp_v, x);
|
||||
TRACE("polynomial_gcd_detail",
|
||||
|
@ -4169,6 +4170,7 @@ namespace polynomial {
|
|||
unsigned counter = 0;
|
||||
|
||||
for (;; counter++) {
|
||||
(void) counter;
|
||||
while (true) {
|
||||
peek_fresh(interpolator.inputs(), p, val);
|
||||
// the selected value must satisfy lc_g(val) != 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue