mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Some __unused.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user