commit | d33a764123a8aedb20cd84aeff3b94810ee67c4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 17:56:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 17:56:14 2019 +0200 |
tree | 881d0c706a20bf79be5238a19ee0de4bd1f595a2 | |
parent | 3020a87cb121123abf1e9a1eca0eddac241fc481 [diff] [blame] |
patch 8.1.1383: warning for size_t/int mixup Problem: Warning for size_t/int mixup. Solution: Change type. (Mike Williams)
diff --git a/src/version.c b/src/version.c index b5cee8e..b774f3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1383, +/**/ 1382, /**/ 1381,