commit | 3718427ba3c28ccab30726880389e44070640d3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 23 19:30:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 23 19:30:05 2020 +0200 |
tree | f58632084caa58bb05bee32b8193f3db3adca680 | |
parent | 591cec8366e87a172495c362477cbf5de8d399f0 [diff] [blame] |
patch 8.2.0814: clang warning for implicit conversion Problem: Clang warning for implicit conversion. Solution: Add type cast. (Dominique Pelle, closes #6124)
diff --git a/src/version.c b/src/version.c index ce0bc48..34852c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 814, +/**/ 813, /**/ 812,