mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
Fixed warnings produced by gcc 4.6.3 when compiling in debug mode
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
b1ce9f796c
commit
d8f627c6c8
53 changed files with 116 additions and 121 deletions
|
@ -268,7 +268,6 @@ static void tst4() {
|
|||
static void tst5() {
|
||||
params_ref ps;
|
||||
nlsat::solver s(ps);
|
||||
unsynch_mpq_manager & qm = s.qm();
|
||||
anum_manager & am = s.am();
|
||||
nlsat::pmanager & pm = s.pm();
|
||||
nlsat::assignment as(am);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue