commit | b8603882b1679385b287f14c527fa61eee60a9dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 17 23:20:42 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 17 23:20:42 2015 +0200 |
tree | 3db99463583b3ef0a98b9f223c87f71c74e9b7cd | |
parent | 0600f3511c6018cbcdb170a904bcf6533a06bf2d [diff] [blame] |
patch 7.4.873 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Remove the variable. Also fix int vs long_u mixup.
diff --git a/src/version.c b/src/version.c index 53da1ea..9bbe042 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 873, +/**/ 872, /**/ 871,