forked from aniani/vim
patch 8.2.2270: warning for size_t to int conversion
Problem: Warning for size_t to int conversion. (Randall W. Morris) Solution: Add a type cast.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2270,
|
||||
/**/
|
||||
2269,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user