1
0
forked from aniani/vim

patch 8.2.0515: some compilers cannot add to "void *"

Problem:    Some compilers cannot add to "void *".
Solution:   Cast to "char *".
This commit is contained in:
Bram Moolenaar
2020-04-05 19:09:05 +02:00
parent bdff012f44
commit b8ed3aa9e7
2 changed files with 9 additions and 6 deletions

View File

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