1
0
forked from aniani/vim

patch 8.2.3816: compiler warning for posible loss of data on MS-Windows

Problem:    Compiler warning for posible loss of data on MS-Windows.
Solution:   Add type cast. (Mike Williams, closes #9349)
This commit is contained in:
Mike Williams
2021-12-15 16:38:33 +00:00
committed by Bram Moolenaar
parent ce7eada12e
commit 1821d1498c
2 changed files with 3 additions and 1 deletions

View File

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