commit | 573545a55afb5d42614cdb69f356abb32409270b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:46:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:46:08 2020 +0200 |
tree | eb69a65191fb473138c6831adaa027344f8564e4 | |
parent | 05eb5b9cae123b138bbd23cc77e50657ece6b4ad [diff] [blame] |
patch 8.2.1694: compiler warning for loss if data Problem: Compiler warning for loss if data. Solution: Add typecast.
diff --git a/src/version.c b/src/version.c index dab2bd8..c3efafd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1694, +/**/ 1693, /**/ 1692,