commit | b113c3a618113122e62697dd73427261f8c51b2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 28 21:26:17 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 28 21:26:17 2017 +0100 |
tree | 523540a558d6cdaa34bc5bd61f7647c0aba451b8 | |
parent | 5b3af14b34c97ab58bfd4699bc2f3e5a2b704117 [diff] [blame] |
patch 8.0.0387: compiler warnings Problem: compiler warnings Solution: Add type casts. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c99c368..a0396d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 387, +/**/ 386, /**/ 385,