commit | e2ad826f431b2f8dd1b235c219282cc3961f7188 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 13:22:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 13:22:22 2019 +0200 |
tree | 8902f3be38d3a8088ece4b3dd334e5d72f899efd | |
parent | 984f031fb02fe301a8dbf8a35b871c9f60b8f61e [diff] [blame] |
patch 8.1.1376: warnings for size_t/int mixups Problem: Warnings for size_t/int mixups. Solution: Change types, add type casts. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 0fd12fe..26c4071 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1376, +/**/ 1375, /**/ 1374,