commit | 6259e5769dd50d8a3b5b99f553bab34ff5c8a6ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 09 20:39:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 09 20:39:17 2018 +0200 |
tree | 87d4c5b141bbe6929ca3d75e1a6971cae2a0a232 | |
parent | c229e54a69468722ca2449e807e90445b7479659 [diff] [blame] |
patch 8.1.0173: 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 40f3b46..de6f550 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 173, +/**/ 172, /**/ 171,