summaryrefslogtreecommitdiffstats
path: root/control.c
diff options
context:
space:
mode:
authornicm <nicm>2015-11-18 14:27:44 +0000
committernicm <nicm>2015-11-18 14:27:44 +0000
commit577c0e3e5a79e9f1f860487bc3f411d26758f026 (patch)
tree9413b6a93eee1e053b0b5fa6258c78db0abb0819 /control.c
parent5a5b950e8b86606edea8f61c40bf8af28ab4f08b (diff)
Use __unused rather than rolling our own.
Diffstat (limited to 'control.c')
-rw-r--r--control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.c b/control.c
index f7264944..e799a4cb 100644
--- a/control.c
+++ b/control.c
@@ -51,7 +51,7 @@ control_write_buffer(struct client *c, struct evbuffer *buffer)
/* Control input callback. Read lines and fire commands. */
void
-control_callback(struct client *c, int closed, unused void *data)
+control_callback(struct client *c, int closed, __unused void *data)
{
char *line, *cause;
struct cmd_list *cmdlist;