commit | 405dadb63ea2b7aa4c8c659807506a35a8a9504c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 22:48:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 22:48:58 2018 +0200 |
tree | b051a9c2a2f0274d6357d7b6ecce173fdf5fd639 | |
parent | 7dda86f2ff35bb80afce4da24782fd58216bbe50 [diff] [blame] |
patch 8.0.1740: warning for signed-unsigned incompatibility Problem: Warning for signed-unsigned incompatibility. Solution: Change type from "char *" to "char_u *". (John Marriott)
diff --git a/src/version.c b/src/version.c index a73994b..7ebc071 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1740, +/**/ 1739, /**/ 1738,