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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user