diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-11-18 16:45:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-11-18 16:45:44 +0000 |
commit | c15487318b08a88aebc9cf583cbdc591b1bc34c8 (patch) | |
tree | 61bf2f2b7c1a30dcc8d08f2d25a8f6953b218fb8 /osdep-unknown.c | |
parent | a58eaec5403d39f2e89e79146a0ffbb90a956679 (diff) | |
download | rtmux-c15487318b08a88aebc9cf583cbdc591b1bc34c8.tar.gz rtmux-c15487318b08a88aebc9cf583cbdc591b1bc34c8.tar.bz2 rtmux-c15487318b08a88aebc9cf583cbdc591b1bc34c8.zip |
unused -> __unused.
Diffstat (limited to 'osdep-unknown.c')
-rw-r--r-- | osdep-unknown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep-unknown.c b/osdep-unknown.c index 4de1ee1e..9465db97 100644 --- a/osdep-unknown.c +++ b/osdep-unknown.c @@ -23,7 +23,7 @@ #include "tmux.h" char * -osdep_get_name(unused int fd, unused char *tty) +osdep_get_name(__unused int fd, __unused char *tty) { return (NULL); } |