commit | 6bcb18253a392cf75d3784953ef9c71de7af9019 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 09 15:54:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 09 15:54:00 2021 +0200 |
tree | c5c4362cdf6da68ae231b4de1594a0d9ff2b0aee | |
parent | 981217c11f92b37f2baa51492cbe12e85d0ea493 [diff] [blame] |
patch 8.2.3132: compiler warns for size_t to colnr_T conversion. Problem: Compiler warns for size_t to colnr_T conversion. (Randall W. Morris) Solution: Add a type cast.
diff --git a/src/version.c b/src/version.c index 30db741..e2108a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3132, +/**/ 3131, /**/ 3130,