Silence compiler warning
This commit is contained in:
parent
867de944b4
commit
bd23289e4d
|
@ -59,7 +59,7 @@ extern char *getenv(const char *);
|
|||
|
||||
#ifdef Py_DEBUG
|
||||
static int thread_debug = 0;
|
||||
#define dprintf(args) ((thread_debug & 1) && printf args)
|
||||
#define dprintf(args) (void)((thread_debug & 1) && printf args)
|
||||
#define d2printf(args) ((thread_debug & 8) && printf args)
|
||||
#else
|
||||
#define dprintf(args)
|
||||
|
|
Loading…
Reference in New Issue