commit | a1b5b0928118b135f9917679c0da28175c845140 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 26 21:29:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 26 21:29:34 2017 +0200 |
tree | a4084145db9365e459794a3c320ff63c1b154ba8 | |
parent | f0a521f4f76904edb74e182c12732189b347ff68 [diff] [blame] |
patch 8.0.0777: compiler warnings with 64 bit compiler Problem: Compiler warnings with 64 bit compiler. Solution: Add type casts. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 530663e..fe82a36 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 777, +/**/ 776, /**/ 775,