mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
chore: PVS/V751: ignore warning #15153
There's already an ignore directive but it's placed on the wrong line. This commit should correct it.
This commit is contained in:
parent
53f70bb183
commit
f15c745502
@ -1123,10 +1123,9 @@ static void tui_mode_change(UI *ui, String mode, Integer mode_idx)
|
||||
data->showing_mode = (ModeShape)mode_idx;
|
||||
}
|
||||
|
||||
static void tui_grid_scroll(UI *ui, Integer g, Integer startrow, Integer endrow,
|
||||
Integer startcol, Integer endcol,
|
||||
Integer rows,
|
||||
Integer cols FUNC_ATTR_UNUSED) // -V751
|
||||
static void tui_grid_scroll(UI *ui, Integer g, Integer startrow, // -V751
|
||||
Integer endrow, Integer startcol, Integer endcol,
|
||||
Integer rows, Integer cols FUNC_ATTR_UNUSED)
|
||||
{
|
||||
TUIData *data = ui->data;
|
||||
UGrid *grid = &data->grid;
|
||||
|
Loading…
Reference in New Issue
Block a user