commit | b8ed3aa9e708ec0af4e9ee8921ad198f0e949c0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 05 19:09:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 05 19:09:05 2020 +0200 |
tree | da85e1cbae4e58c85d257f842266ae5b213538de | |
parent | bdff012f4416c75e65950a19688533c4def5abf6 [diff] [blame] |
patch 8.2.0515: some compilers cannot add to "void *" Problem: Some compilers cannot add to "void *". Solution: Cast to "char *".
diff --git a/src/version.c b/src/version.c index f881c1f..078775c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 515, +/**/ 514, /**/ 513,