aboutsummaryrefslogtreecommitdiff
path: root/control.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:42:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:42:25 +0000
commita58eaec5403d39f2e89e79146a0ffbb90a956679 (patch)
tree07928a20cc78ba386cf1fb20b9aa09e90961fecd /control.c
parent8b4b3ff4fcc73578f66697b158b56fdc28895368 (diff)
parent7fe8edc3962d5c30bf87677ecb2cf8633404f63c (diff)
downloadrtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.tar.gz
rtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.tar.bz2
rtmux-a58eaec5403d39f2e89e79146a0ffbb90a956679.zip
Merge branch 'master' of github.com:tmux/tmux
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;