commit | 7b24ce08fe99345cac035215fca29c7e174a6456 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 29 18:15:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 29 18:15:26 2018 +0200 |
tree | 9e4b16243f3c4eb9906a6e35950b8f14c994999a | |
parent | 1834d37396e046ccbc4aa2678ba16a38197da6b4 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 791549c..1d9d376 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1654, +/**/ 1653, /**/ 1652,