Skip to content

Commit 8316692

Browse files
author
Armin Biere
committed
pedantic warning for -q removed
1 parent 1bf7324 commit 8316692

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tracer.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ void Tracer::flush (bool print) {
413413
if (print || internal->opts.verbose > 0)
414414
MSG ("traced %" PRId64 " added and %" PRId64 " deleted clauses",
415415
added, deleted);
416+
#else
417+
(void) print;
416418
#endif
417419
_flushed = true;
418420
}

0 commit comments

Comments
 (0)