diff options
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index 7e6bcffec5..cb9f0fc7fb 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -652,6 +652,7 @@ configure_libevent_logging(void) void suppress_libevent_log_msg(const char *msg) { + (void)msg; } #endif |