commit | d442ec7fe2f929d098ee2739e3c98c70e3bf45a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 09 20:33:04 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 09 20:33:04 2014 +0200 |
tree | 2ea0c3853c9b2e86ec23a4e5b0ad5eac50e4213f | |
parent | b7547420a4fa576cfc6fb8b620bfc05ba8429f38 [diff] [blame] |
updated for version 7.4.283 Problem: Compiler warning about unused variable. (Charles Cooper) Solution: Move the variable inside the #if block.
diff --git a/src/version.c b/src/version.c index fb0689b..ae03814 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 283, +/**/ 282, /**/ 281,