summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 895c2e9d..a07000a7 100644
--- a/log.c
+++ b/log.c
@@ -32,7 +32,7 @@ void log_vwrite(const char *, va_list);
/* Log callback for libevent. */
void
-log_event_cb(unused int severity, const char *msg)
+log_event_cb(__unused int severity, const char *msg)
{
log_debug("%s", msg);
}