summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-18 16:01:23 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-18 16:01:23 +0000
commit7fe8edc3962d5c30bf87677ecb2cf8633404f63c (patch)
treed354de9a04867168c1b296e15c556231f33c03f4 /log.c
parentf8a1f8843c91ebb1262ec6a000fd495eeb27e179 (diff)
parent577c0e3e5a79e9f1f860487bc3f411d26758f026 (diff)
Merge branch 'obsd-master'
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);
}