Skip to content

Commit e5a420f

Browse files
committed
patch 9.0.0412: compiler warning for unused argument
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
1 parent 6f14da1 commit e5a420f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/charset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ vim_isprintc_strict(int c)
943943
init_chartabsize_arg(
944944
chartabsize_T *cts,
945945
win_T *wp,
946-
linenr_T lnum,
946+
linenr_T lnum UNUSED,
947947
colnr_T col,
948948
char_u *line,
949949
char_u *ptr)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ static char *(features[]) =
703703

704704
static int included_patches[] =
705705
{ /* Add new patch number below this line */
706+
/**/
707+
412,
706708
/**/
707709
411,
708710
/**/

0 commit comments

Comments
 (0)