mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
unused -> __unused.
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
#include "tmux.h"
|
||||
|
||||
char *
|
||||
osdep_get_name(int fd, unused char *tty)
|
||||
osdep_get_name(int fd, __unused char *tty)
|
||||
{
|
||||
FILE *f;
|
||||
char *path, *buf;
|
||||
|
Reference in New Issue
Block a user