0
0
mirror of https://github.com/vim/vim.git synced 2025-10-12 06:44:06 -04:00

patch 8.1.2309: compiler warning for argument type

Problem:    Compiler warning for argument type.
Solution:   Use linenr_T and cast to varnumber_T. (John Marriott)
This commit is contained in:
Bram Moolenaar
2019-11-16 20:49:18 +01:00
parent ecafcc15ca
commit abe12a1a4f
2 changed files with 4 additions and 2 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2309,
/**/
2308,
/**/