commit | f7e894dfb60b6fd8f426aa3da1452803f8de010c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 19:49:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 19:49:13 2017 +0100 |
tree | 115c0a251139f763d4363a148bd96a3bf079bf33 | |
parent | 6b64394f346594404cffb9591d71ac693040679f [diff] [blame] |
patch 8.0.0424: compiler warnings on MS-Windows Problem: Compiler warnings on MS-Windows. (Ajit Thakkar) Solution: Add type casts.
diff --git a/src/version.c b/src/version.c index c956389..b9d3d1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 424, +/**/ 423, /**/ 422,