commit | 8aef43b66cf280c79a75d81f43ce5223b9044e63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 08 20:14:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 08 20:14:35 2019 +0100 |
tree | b9c130e77c86b18c7da28805d654734c35aebee9 | |
parent | b589f95b38ddd779d7e696abb0ea011dc92ea903 [diff] [blame] |
patch 8.1.0703: compiler warnings with 64-bit compiler Problem: Compiler warnings with 64-bit compiler. Solution: Change types, add type casts. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 13f7909..0693be1 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 703, +/**/ 702, /**/ 701,