commit | 42c63356d774bbfe91712197e8969f60de828a32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 15:14:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 15:14:18 2018 +0200 |
tree | 0e79f210d2cba589f23018d4a39cb4d67b0753a0 | |
parent | 6e272acc82af900318017061f923e7f66dc7ee7a [diff] [blame] |
patch 8.1.0396: another compiler warning on 64-bit MS-Windows Problem: Another compiler warning on 64-bit MS-Windows. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 7b6b07f..d207e94 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 396, +/**/ 395, /**/ 394,