mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
fix compiler warnings #4727
This commit is contained in:
parent
44679d8f5b
commit
b77c57451f
|
@ -2541,4 +2541,4 @@ namespace smt {
|
||||||
m_new_constraints.reset();
|
m_new_constraints.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
|
@ -120,7 +120,7 @@ namespace smt {
|
||||||
|
|
||||||
void checkpoint(char const* component);
|
void checkpoint(char const* component);
|
||||||
|
|
||||||
quantifier_macro_info* operator()(quantifier* q);
|
quantifier_macro_info* operator()(quantifier* q) override;
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue