mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
clang warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
20598e3bd2
commit
74cfcc4730
1 changed files with 3 additions and 1 deletions
|
@ -379,7 +379,9 @@ namespace smtfd {
|
|||
m_abs(a),
|
||||
m_lemmas(m),
|
||||
m_rewriter(m)
|
||||
{}
|
||||
{
|
||||
(void)m;
|
||||
}
|
||||
|
||||
void set_max_lemmas(unsigned max) {
|
||||
m_max_lemmas = max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue