mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Some __unused.
This commit is contained in:
parent
c2b53598ad
commit
cd7550cdf1
@ -46,7 +46,7 @@ setproctitle(const char *fmt, ...)
|
||||
}
|
||||
#else
|
||||
void
|
||||
setproctitle(const char *fmt, ...)
|
||||
setproctitle(__unused const char *fmt, ...)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user