commit | 01d89dddfa710f8a014f9bb85ffff4ad35451dc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 19:41:06 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 19:41:06 2013 +0200 |
tree | 26b70a4a62e4a68f6aac6fc0caac66c43958a3e7 | |
parent | dd2ccdf6eaf3de0a5e9a4bb3b9e08dd55168c629 [diff] [blame] |
updated for version 7.3.1107 Problem: Compiler warnings for unused variables. Solution: Put the variables inside #ifdef.
diff --git a/src/version.c b/src/version.c index 7787b89..d9a3a88 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1107, +/**/ 1106, /**/ 1105,