commit | b2ed680ba760ec5eb2c626363ecbda4dd2528794 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 13 14:05:18 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 13 14:05:18 2018 +0200 |
tree | ded2b5e0116b9e8ccb9571ff389cf4e55ac60471 | |
parent | 7db25fed5de1be922b8cbb0328149469606a0424 [diff] [blame] |
patch 8.0.1827: compiler warning for signed/unsigned char pointers Problem: Compiler warning for signed/unsigned char pointers. (Cesar Romani) Solution: Change the type of jv_argv.
diff --git a/src/version.c b/src/version.c index 0348dc1..1589ed9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1827, +/**/ 1826, /**/ 1825,