commit | d3bb6a82a51d549bbd597bb4e94d8f074009be2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 15:55:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 15:55:25 2020 +0200 |
tree | f27f9a197d2fba9550309e727de2e53a2513892f | |
parent | cb4f69c2fd9ea81331c4aa54877fde612d182a51 [diff] [blame] |
patch 8.2.1299: compiler warning for using size_t for int and void pointer Problem: Compiler warning for using size_t for int and void pointer. Solution: Add type casts.
diff --git a/src/version.c b/src/version.c index 58a434a..93bcc43 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1299, +/**/ 1298, /**/ 1297,