mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 00:06:07 +00:00
unused -> __unused.
This commit is contained in:
@@ -28,7 +28,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