Missed the printf define at the top of this file.

Put back this:
#ifdef DEBUG
# define DPRINTF(arg) printf arg
#else
# define DPRINTF(arg)
#endif

I think that should do it now...
This commit is contained in:
Curtis Rubel
2016-12-02 08:07:15 -05:00
committed by GitHub
parent c829ecf08f
commit 98827b1d49

View File

@@ -57,13 +57,13 @@
#include <iostream>
using namespace OpenThreads;
/*
#ifdef DEBUG
# define DPRINTF(arg) printf arg
#else
# define DPRINTF(arg)
#endif
*/
//-----------------------------------------------------------------------------
// Initialize the static unique ids.