Skip to content

Commit

Permalink
patch 9.0.0412: compiler warning for unused argument
Browse files Browse the repository at this point in the history
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.
  • Loading branch information
brammool committed Sep 7, 2022
1 parent 6f14da1 commit e5a420f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/charset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
412,
/**/
411,
/**/
Expand Down

0 comments on commit e5a420f

Please sign in to comment.