mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 16:46:18 +00:00
unused -> __unused.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "tmux.h"
|
||||
|
||||
char *
|
||||
osdep_get_name(unused int fd, char *tty)
|
||||
osdep_get_name(__unused int fd, char *tty)
|
||||
{
|
||||
struct psinfo p;
|
||||
char *path;
|
||||
|
||||
Reference in New Issue
Block a user