mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-01 17:16:28 +00:00
miniupnpc-libevent: "fix" debug_printf() if DEBUG not defined.
This commit is contained in:
parent
7f47555c66
commit
1b4f132284
@ -62,7 +62,7 @@
|
||||
#ifdef DEBUG
|
||||
#define debug_printf(...) fprintf(stderr, __VA_ARGS__)
|
||||
#else
|
||||
#define debug_printf(...)
|
||||
#define debug_printf(...) (void)
|
||||
#endif
|
||||
|
||||
/* compare the begining of a string with a constant string */
|
||||
|
Loading…
x
Reference in New Issue
Block a user