commit | 80dae04d690d9aba26d443d4a19f3bd45ed0990b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 23 13:36:40 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 23 13:36:40 2018 +0100 |
tree | e34a2cf54cf111c617f1437cc616bfa861dcd8c7 | |
parent | 9123c0b31a283f460ed2b6af95080120cf528118 [diff] [blame] |
patch 8.1.0628: Compiler warning on MS-Windows. Problem: Compiler warning on MS-Windows. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 101d786..ff22c6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 628, +/**/ 627, /**/ 626,