commit | c047b9a49f5877766ae9c2dc86c59f4af1498ec1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 20:40:55 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 20:40:55 2012 +0100 |
tree | 1e08675bccb3e5058631bdb084431c9685d15728 | |
parent | 3fe37d62d1f321f482331b1bb7c701272000d68d [diff] [blame] |
updated for version 7.3.435 Problem: Compiler warning for unused variable. Solution: Move the variable inside #ifdef.
diff --git a/src/version.c b/src/version.c index 0977fb3..a181505 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 435, +/**/ 434, /**/ 433,