1
0
forked from aniani/vim

patch 9.0.0129: compiler warning for int/size_t usage

Problem:    Compiler warning for int/size_t usage.
Solution:   Add a type cast. (Mike Williams, closes #10830)
This commit is contained in:
Mike Williams
2022-08-01 14:00:31 +01:00
committed by Bram Moolenaar
parent 3f79b61288
commit ab146dac6b
2 changed files with 3 additions and 1 deletions

View File

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