commit | 7f0608fb5219645d776fadfe13efb867c2460698 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 20:46:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 20:46:39 2016 +0100 |
tree | 84bf72d1c8231128fc2342a5aa59be42a54cb15d | |
parent | 8b778d55993d951a65f8a59843cecd177c707676 [diff] [blame] |
patch 7.4.1348 Problem: More compiler warnings. (John Marriott) Solution: Add type casts, remove unused variable.
diff --git a/src/version.c b/src/version.c index 31e15c3..d02a380 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1348, +/**/ 1347, /**/ 1346,