1
0
forked from aniani/vim

patch 8.0.1654: warnings for conversion of void to function pointer

Problem:    Warnings for conversion of void to function pointer.
Solution:   Use a temp variable that is a function pointer.
This commit is contained in:
Bram Moolenaar
2018-03-29 18:15:26 +02:00
parent 1834d37396
commit 7b24ce08fe
3 changed files with 25 additions and 25 deletions

View File

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