unused -> __unused.

This commit is contained in:
Nicholas Marriott
2015-11-18 16:45:44 +00:00
parent a58eaec540
commit c15487318b
6 changed files with 8 additions and 8 deletions

View File

@ -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);
}