1
0
forked from aniani/vim

patch 9.0.0521: compiler warns for unused argument in small version

Problem:    Compiler warns for unused argument in small version.
Solution:   Add UNUSED.
This commit is contained in:
Bram Moolenaar
2022-09-20 20:25:36 +01:00
parent 848db57e52
commit 31724238c8
2 changed files with 3 additions and 1 deletions

View File

@@ -292,7 +292,7 @@ handle_lnum_col(
win_T *wp,
winlinevars_T *wlv,
int sign_present UNUSED,
int num_attr)
int num_attr UNUSED)
{
if ((wp->w_p_nu || wp->w_p_rnu)
&& (wlv->row == wlv->startrow + wlv->filler_lines