commit | 5b7d177e8994c003ae77ddab5bd54f8cd1ee181b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 19:54:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 19:54:22 2016 +0200 |
tree | 16268b9913939e6d41be0e31ee815b16f5ffb505 | |
parent | a890f5e34887bff7616bdb4b9ee0bf98c8d2a8f0 [diff] [blame] |
patch 7.4.1927 Problem: Compiler warning for signed/unsigned. Solution: Add type cast.
diff --git a/src/version.c b/src/version.c index 4f5b5a3..1323fb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1927, +/**/ 1926, /**/ 1925,