1
0
forked from aniani/vim

patch 8.1.0783: compiler warning for signed/unsigned

Problem:    Compiler warning for signed/unsigned.
Solution:   Add type cast.  Change type of buffer. (Ozaki Kiichi, closes #3827)
This commit is contained in:
Bram Moolenaar
2019-01-19 21:06:58 +01:00
parent 2d951a486e
commit 63c0ccd2b6
3 changed files with 7 additions and 5 deletions

View File

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