mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Some __unused.
This commit is contained in:
@ -46,7 +46,7 @@ setproctitle(const char *fmt, ...)
|
||||
}
|
||||
#else
|
||||
void
|
||||
setproctitle(const char *fmt, ...)
|
||||
setproctitle(__unused const char *fmt, ...)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user