mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
clang warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
20598e3bd2
commit
74cfcc4730
|
@ -379,7 +379,9 @@ namespace smtfd {
|
||||||
m_abs(a),
|
m_abs(a),
|
||||||
m_lemmas(m),
|
m_lemmas(m),
|
||||||
m_rewriter(m)
|
m_rewriter(m)
|
||||||
{}
|
{
|
||||||
|
(void)m;
|
||||||
|
}
|
||||||
|
|
||||||
void set_max_lemmas(unsigned max) {
|
void set_max_lemmas(unsigned max) {
|
||||||
m_max_lemmas = max;
|
m_max_lemmas = max;
|
||||||
|
|
Loading…
Reference in a new issue