1
0
forked from aniani/vim

patch 9.0.0080: compiler warning for size_t to int conversion

Problem:    Compiler warning for size_t to int conversion.
Solution:   Add type casts. (Mike Williams, closes #10795)
This commit is contained in:
Mike Williams
2022-07-26 16:03:42 +01:00
committed by Bram Moolenaar
parent 6809ff978a
commit 0494789ece
3 changed files with 4 additions and 2 deletions

View File

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