0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

patch 9.0.0298: compiler warning for size_t to int conversion

Problem:    Compiler warning for size_t to int conversion.
Solution:   Add a type cast. (Wilhelm Payne, closes #11000)
This commit is contained in:
Wilhelm Payne
2022-08-28 17:08:18 +01:00
committed by Bram Moolenaar
parent c8bf59e9b2
commit 8934ec027d
2 changed files with 3 additions and 1 deletions

View File

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