diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-18 16:01:23 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-18 16:01:23 +0000 |
commit | 7fe8edc3962d5c30bf87677ecb2cf8633404f63c (patch) | |
tree | d354de9a04867168c1b296e15c556231f33c03f4 /control-notify.c | |
parent | f8a1f8843c91ebb1262ec6a000fd495eeb27e179 (diff) | |
parent | 577c0e3e5a79e9f1f860487bc3f411d26758f026 (diff) | |
download | rtmux-7fe8edc3962d5c30bf87677ecb2cf8633404f63c.tar.gz rtmux-7fe8edc3962d5c30bf87677ecb2cf8633404f63c.tar.bz2 rtmux-7fe8edc3962d5c30bf87677ecb2cf8633404f63c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'control-notify.c')
-rw-r--r-- | control-notify.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/control-notify.c b/control-notify.c index 16a98e3a..db3648a4 100644 --- a/control-notify.c +++ b/control-notify.c @@ -101,7 +101,7 @@ control_notify_window_layout_changed(struct window *w) } void -control_notify_window_unlinked(unused struct session *s, struct window *w) +control_notify_window_unlinked(__unused struct session *s, struct window *w) { struct client *c; struct session *cs; @@ -119,7 +119,7 @@ control_notify_window_unlinked(unused struct session *s, struct window *w) } void -control_notify_window_linked(unused struct session *s, struct window *w) +control_notify_window_linked(__unused struct session *s, struct window *w) { struct client *c; struct session *cs; @@ -183,7 +183,7 @@ control_notify_session_renamed(struct session *s) } void -control_notify_session_created(unused struct session *s) +control_notify_session_created(__unused struct session *s) { struct client *c; @@ -196,7 +196,7 @@ control_notify_session_created(unused struct session *s) } void -control_notify_session_close(unused struct session *s) +control_notify_session_close(__unused struct session *s) { struct client *c; |