mirror of
https://github.com/tmux/tmux.git
synced 2025-12-17 12:06:11 +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:
@@ -555,6 +555,7 @@ handle_key:
|
||||
}
|
||||
|
||||
/* Key timer callback. */
|
||||
/* ARGSUSED */
|
||||
void
|
||||
tty_keys_callback(unused int fd, unused short events, void *data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user