forked from aniani/vim
patch 8.2.3655: compiler warning for using size_t for int
Problem: Compiler warning for using size_t for int. Solution: Add a type cast. (Mike Williams, closes #9199)
This commit is contained in:
committed by
Bram Moolenaar
parent
ee93e327ba
commit
cc9d725bbb
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3655,
|
||||
/**/
|
||||
3654,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user