summaryrefslogtreecommitdiffstats
path: root/osdep-sunos.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-21 19:27:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-21 19:27:18 +0000
commitcd7550cdf1a0d38af89fc99947bc093fbe6c1c6e (patch)
tree319e12b0959680505722c70dea1b74e83f1b965a /osdep-sunos.c
parentc2b53598ad0130398e923135d5c80e0884356feb (diff)
Some __unused.
Diffstat (limited to 'osdep-sunos.c')
-rw-r--r--osdep-sunos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep-sunos.c b/osdep-sunos.c
index 39ec8cd7..07043a9b 100644
--- a/osdep-sunos.c
+++ b/osdep-sunos.c
@@ -29,7 +29,7 @@
#include "tmux.h"
char *
-osdep_get_name(int fd, char *tty)
+osdep_get_name(__unused int fd, char *tty)
{
struct psinfo p;
struct stat st;