mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
fix compiler warnings
This commit is contained in:
parent
a22fb8a96e
commit
5e034e495f
6 changed files with 3 additions and 7 deletions
|
@ -26,8 +26,8 @@ Revision History:
|
|||
namespace seq {
|
||||
|
||||
axioms::axioms(th_rewriter& r):
|
||||
m_rewrite(r),
|
||||
m(r.m()),
|
||||
m_rewrite(r),
|
||||
a(m),
|
||||
seq(m),
|
||||
m_sk(m, r),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue