Skip to content

Commit fd911a5

Browse files
build warning
1 parent 0e77074 commit fd911a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/smt/mam.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,12 @@ namespace {
588588
}
589589
};
590590

591+
#ifdef _TRACE
591592
std::ostream & operator<<(std::ostream & out, code_tree const & tree) {
592593
tree.display(out);
593594
return out;
594595
}
596+
#endif
595597

596598
// ------------------------------------
597599
//

0 commit comments

Comments
 (0)