mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +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
|
@ -726,6 +726,7 @@ static void tst_sturm2() {
|
|||
um.display(std::cout, seq2);
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void tst_isolate_roots2() {
|
||||
polynomial::numeral_manager nm;
|
||||
polynomial::manager m(nm);
|
||||
|
@ -793,6 +794,7 @@ static void tst_gcd2() {
|
|||
}
|
||||
um.display(std::cout, _p_sqf.size(), _p_sqf.c_ptr()); std::cout << "\n";
|
||||
}
|
||||
#endif
|
||||
|
||||
static void tst_isolate_roots5() {
|
||||
polynomial::numeral_manager nm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue