1
0
forked from aniani/vim

patch 8.0.1626: compiler warning for possible loss of data

Problem:    Compiler warning for possible loss of data.
Solution:   Use size_t instead of int. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2018-03-21 22:27:59 +01:00
parent 29dfa5af3c
commit b571c63d48
2 changed files with 4 additions and 2 deletions

View File

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