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:
committed by
Bram Moolenaar
parent
3f79b61288
commit
ab146dac6b
@@ -735,6 +735,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
129,
|
||||
/**/
|
||||
128,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user