1
0
forked from aniani/vim

patch 9.0.0412: compiler warning for unused argument

Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.
This commit is contained in:
Bram Moolenaar
2022-09-07 21:46:56 +01:00
parent 6f14da15ac
commit e5a420fb33
2 changed files with 3 additions and 1 deletions

View File

@@ -943,7 +943,7 @@ vim_isprintc_strict(int c)
init_chartabsize_arg(
chartabsize_T *cts,
win_T *wp,
linenr_T lnum,
linenr_T lnum UNUSED,
colnr_T col,
char_u *line,
char_u *ptr)