mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
build warning
This commit is contained in:
parent
0e77074e84
commit
fd911a5563
|
@ -588,10 +588,12 @@ namespace {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef _TRACE
|
||||||
std::ostream & operator<<(std::ostream & out, code_tree const & tree) {
|
std::ostream & operator<<(std::ostream & out, code_tree const & tree) {
|
||||||
tree.display(out);
|
tree.display(out);
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue