Kaydet (Commit) bd23289e authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Silence compiler warning

üst 867de944
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment