commit | d6b4f2dd760b425c63c359b9ff299f73448f8854 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 18:26:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 18:26:27 2018 +0200 |
tree | 74b3513395af086f084edc7c45eeb2773b631c3a | |
parent | d088240b96bc8b2bdba9242dcb9e3d36f1e16c48 [diff] [blame] |
patch 8.0.1687: 64 bit compiler warnings Problem: 64 bit compiler warnings. Solution: change type, add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 08b6728..4fc5de0 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1687, +/**/ 1686, /**/ 1685,