mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix mint64 build errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6255f5a178
commit
1496333e5b
3 changed files with 11 additions and 14 deletions
|
@ -34,8 +34,6 @@ Revision History:
|
|||
|
||||
namespace datalog {
|
||||
|
||||
static unsigned verbose_action_inside = 0;
|
||||
|
||||
verbose_action::verbose_action(char const* msg, unsigned lvl): m_lvl(lvl), m_sw(0) {
|
||||
IF_VERBOSE(m_lvl,
|
||||
(verbose_stream() << msg << "...").flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue