mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
Fixed warnings reported by gcc 4.7.1
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
0f3cba350e
commit
ffcb9741dc
12 changed files with 31 additions and 13 deletions
|
@ -172,6 +172,7 @@ int random_polynomial[20][2][11] = {
|
|||
}
|
||||
};
|
||||
|
||||
#if 0
|
||||
static void tst_square_free_finite_1() {
|
||||
polynomial::numeral_manager nm;
|
||||
polynomial::manager pm(nm);
|
||||
|
@ -616,6 +617,7 @@ static void tst_factor_square_free_univariate_3() {
|
|||
|
||||
upm.reset(deg70_u);
|
||||
}
|
||||
#endif
|
||||
|
||||
void tst_factor_swinnerton_dyer_big(unsigned max) {
|
||||
polynomial::numeral_manager nm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue