summaryrefslogtreecommitdiffstats
path: root/cfg.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 /cfg.c
parentf8a1f8843c91ebb1262ec6a000fd495eeb27e179 (diff)
parent577c0e3e5a79e9f1f860487bc3f411d26758f026 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index 9657302b..975b89a4 100644
--- a/cfg.c
+++ b/cfg.c
@@ -132,7 +132,7 @@ load_cfg(const char *path, struct cmd_q *cmdq, char **cause)
}
void
-cfg_default_done(unused struct cmd_q *cmdq)
+cfg_default_done(__unused struct cmd_q *cmdq)
{
if (--cfg_references != 0)
return;