mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +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
|
@ -55,7 +55,7 @@ static void tst1() {
|
|||
cell_allocator m;
|
||||
|
||||
cell * c1 = m.allocate<true>();
|
||||
cell * c2 = m.allocate<true>();
|
||||
/* cell * c2 = */ m.allocate<true>();
|
||||
|
||||
c1->m_coeff = rational(10);
|
||||
m.recycle(c1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue