commit | 6e272acc82af900318017061f923e7f66dc7ee7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 14:51:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 14:51:36 2018 +0200 |
tree | dccedf1934e5471fa11b0b49496eadef886789d5 | |
parent | e3521d9cbb786806eaff106707851d37d2c0ecef [diff] [blame] |
patch 8.1.0395: compiler warning on 64-bit MS-Windows Problem: Compiler warning on 64-bit MS-Windows. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 29557cd..7b6b07f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 395, +/**/ 394, /**/ 393,