commit | dec01206b224fd0fba66e4da20a602e941d74d04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 20:04:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 20:04:24 2019 +0100 |
tree | 1100696fd431cba04a9f2faf5ee625ede821a897 | |
parent | 26d982185e21398738a9c688429c0a1840d7c9c3 [diff] [blame] |
patch 8.1.0838: compiler warning for type conversion Problem: Compiler warning for type conversion. Solution: Add a type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 6ceaf23..7d63c55 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 838, +/**/ 837, /**/ 836,