commit | 4d7a248b644b647340ed1a25729e2ed586a54864 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 19:53:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 19:53:43 2020 +0100 |
tree | aefe96b4d600664945c828c7c0b44e851a4e3ca7 | |
parent | b376ace1aeaa7614debc725487d75c8f756dd773 [diff] [blame] |
patch 8.2.0091: compiler warnings for size_t / int types Problem: Compiler warnings for size_t / int types. Solution: Change type to size_t. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 43300cb..d235ae7 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 91, +/**/ 90, /**/ 89,