mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Some __unused.
This commit is contained in:
@ -46,7 +46,7 @@ setproctitle(const char *fmt, ...)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
setproctitle(const char *fmt, ...)
|
setproctitle(__unused const char *fmt, ...)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
char *
|
char *
|
||||||
osdep_get_name(int fd, char *tty)
|
osdep_get_name(__unused int fd, char *tty)
|
||||||
{
|
{
|
||||||
struct psinfo p;
|
struct psinfo p;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
Reference in New Issue
Block a user