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:
@ -42,7 +42,7 @@ screen_write_start(struct screen_write_ctx *ctx, struct window_pane *wp,
|
||||
|
||||
/* Finish writing. */
|
||||
void
|
||||
screen_write_stop(unused struct screen_write_ctx *ctx)
|
||||
screen_write_stop(__unused struct screen_write_ctx *ctx)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user