commit | b571c63d481b065dc22465300e41a4b8cff66120 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 21 22:27:59 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 21 22:27:59 2018 +0100 |
tree | c7f81a0ac1bda8d434a33058e68ac290e429a9f4 | |
parent | 29dfa5af3c14406573d08609d2e95add4d6b45fb [diff] [blame] |
patch 8.0.1626: compiler warning for possible loss of data Problem: Compiler warning for possible loss of data. Solution: Use size_t instead of int. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 3c57f0a..e4878d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1626, +/**/ 1625, /**/ 1624,