mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
This commit is contained in:
2
tmux.c
2
tmux.c
@ -554,6 +554,7 @@ main_clear_signals(void)
|
||||
event_del(&main_ev_sigterm);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
main_signal(int sig, unused short events, unused void *data)
|
||||
{
|
||||
@ -563,6 +564,7 @@ main_signal(int sig, unused short events, unused void *data)
|
||||
}
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
main_callback(unused int fd, short events, void *data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user