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

patch 8.1.0432: compiler warning for signed/unsigned

Problem:    Compiler warning for signed/unsigned.
Solution:   Add type cast. (Mike Williams)
This commit is contained in:
Bram Moolenaar
2018-09-25 18:59:21 +02:00
parent 6dae96ef7a
commit 45c5c86e63
2 changed files with 3 additions and 1 deletions

View File

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