mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +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:
@ -40,6 +40,7 @@ screen_write_start(
|
||||
}
|
||||
|
||||
/* Finish writing. */
|
||||
/* ARGSUSED */
|
||||
void
|
||||
screen_write_stop(unused struct screen_write_ctx *ctx)
|
||||
{
|
||||
|
Reference in New Issue
Block a user