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:
@ -635,7 +635,7 @@ discard_key:
|
||||
|
||||
/* Key timer callback. */
|
||||
void
|
||||
tty_keys_callback(unused int fd, unused short events, void *data)
|
||||
tty_keys_callback(__unused int fd, __unused short events, void *data)
|
||||
{
|
||||
struct tty *tty = data;
|
||||
|
||||
|
Reference in New Issue
Block a user