commit | 819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 22:34:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 22:34:14 2022 +0100 |
tree | c9918fb49732f19b3e2ef484a65008e12354a477 | |
parent | 2d12c25a1b73fb6991006fd970b3132ab8ee8b62 [diff] [blame] |
patch 8.2.5085: gcc gives warning for signed/unsigned difference Problem: Gcc gives warning for signed/unsigned difference. Solution: Use a different pointer type. (John Marriott)
diff --git a/src/version.c b/src/version.c index eef7e51..b1f4254 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5085, +/**/ 5084, /**/ 5083,