commit | 38a434f7ba89ab2602019476219780e07fd8251f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 12:45:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 12:45:45 2021 +0100 |
tree | b3c1f425b5801726ade9a5c5a6dcc9fd71916fda | |
parent | edc10b541b468f5f5aa2e2d5ef58a3e17e043bff [diff] [blame] |
patch 8.2.2270: warning for size_t to int conversion Problem: Warning for size_t to int conversion. (Randall W. Morris) Solution: Add a type cast.
diff --git a/src/version.c b/src/version.c index 25d464b..c1e7986 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2270, +/**/ 2269, /**/ 2268,