Skip to content

Commit 74cfcc4

Browse files
clang warnings
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 20598e3 commit 74cfcc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tactic/fd_solver/smtfd_solver.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,9 @@ namespace smtfd {
379379
m_abs(a),
380380
m_lemmas(m),
381381
m_rewriter(m)
382-
{}
382+
{
383+
(void)m;
384+
}
383385

384386
void set_max_lemmas(unsigned max) {
385387
m_max_lemmas = max;

0 commit comments

Comments
 (0)