mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Use __unused rather than rolling our own.
This commit is contained in:
2
names.c
2
names.c
@ -29,7 +29,7 @@ void name_time_callback(int, short, void *);
|
||||
int name_time_expired(struct window *, struct timeval *);
|
||||
|
||||
void
|
||||
name_time_callback(unused int fd, unused short events, void *arg)
|
||||
name_time_callback(__unused int fd, __unused short events, void *arg)
|
||||
{
|
||||
struct window *w = arg;
|
||||
|
||||
|
Reference in New Issue
Block a user