mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -444,7 +444,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