commit | 5ac50de83f1b4136f903c51a1d4e7d84a26c2271 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 09:22:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 09:22:47 2022 +0100 |
tree | 6586c9fd91363398dc84d88e7ec7b24a83cf496e | |
parent | 5fa9f23a63651a8abdb074b4fc2ec9b1adc6b089 [diff] [blame] |
patch 9.0.0062: compiler warnings for signed/unsigned char Problem: Compiler warnings for signed/unsigned char. Solution: Add type casts. (John Marriott)
diff --git a/src/version.c b/src/version.c index 46d9643..c0230c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 62, +/**/ 61, /**/ 60,