mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
fix build with clang
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
8eea6fd775
commit
2739930900
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ mpz_manager<SYNCH>::mpz_manager():
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mpz one(1);
|
mpz one(1);
|
||||||
set(m_two64, UINT64_MAX);
|
set(m_two64, (uint64)UINT64_MAX);
|
||||||
add(m_two64, one, m_two64);
|
add(m_two64, one, m_two64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue