summaryrefslogtreecommitdiffstats
path: root/osdep-hpux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:45:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:45:44 +0000
commitc15487318b08a88aebc9cf583cbdc591b1bc34c8 (patch)
tree61bf2f2b7c1a30dcc8d08f2d25a8f6953b218fb8 /osdep-hpux.c
parenta58eaec5403d39f2e89e79146a0ffbb90a956679 (diff)
unused -> __unused.
Diffstat (limited to 'osdep-hpux.c')
-rw-r--r--osdep-hpux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep-hpux.c b/osdep-hpux.c
index 4baa6d49..a6d75f94 100644
--- a/osdep-hpux.c
+++ b/osdep-hpux.c
@@ -23,13 +23,13 @@
#include "tmux.h"
char *
-osdep_get_name(unused int fd, unused char *tty)
+osdep_get_name(__unused int fd, __unused char *tty)
{
return (NULL);
}
char *
-osdep_get_cwd(unused int fd)
+osdep_get_cwd(__unused int fd)
{
return (NULL);
}