1
0
forked from aniani/vim

patch 8.0.1827: compiler warning for signed/unsigned char pointers

Problem:    Compiler warning for signed/unsigned char pointers. (Cesar Romani)
Solution:   Change the type of jv_argv.
This commit is contained in:
Bram Moolenaar
2018-05-13 14:05:18 +02:00
parent 7db25fed5d
commit b2ed680ba7
3 changed files with 7 additions and 5 deletions

View File

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