mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Use __unused rather than rolling our own.
This commit is contained in:
@ -443,7 +443,7 @@ server_clear_identify(struct client *c)
|
||||
}
|
||||
|
||||
void
|
||||
server_callback_identify(unused int fd, unused short events, void *data)
|
||||
server_callback_identify(__unused int fd, __unused short events, void *data)
|
||||
{
|
||||
struct client *c = data;
|
||||
|
||||
|
Reference in New Issue
Block a user