aboutsummaryrefslogtreecommitdiff
path: root/osdep-sunos.c
diff options
context:
space:
mode:
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;