Skip to content

Commit

Permalink
pedantic warning for -q removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Biere committed Oct 2, 2023
1 parent 1bf7324 commit 8316692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ void Tracer::flush (bool print) {
if (print || internal->opts.verbose > 0)
MSG ("traced %" PRId64 " added and %" PRId64 " deleted clauses",
added, deleted);
#else
(void) print;
#endif
_flushed = true;
}
Expand Down

0 comments on commit 8316692

Please sign in to comment.