commit | a2150ac01643ef99b0e7b2273c6ad84ce79c8f90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 17 13:15:17 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 17 13:15:17 2018 +0100 |
tree | 41d408c5ea95429c4c2051e5a203a5aa2fba4524 | |
parent | 1dd98334d6daee8abefcd640291d4b777d9f0f96 [diff] [blame] |
patch 8.0.1613: warning for unused variable in tiny build Problem: Warning for unused variable in tiny build. (Tony Mechelynck) Solution: Move declaration to inner block.
diff --git a/src/version.c b/src/version.c index a588344..b5c6137 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1613, +/**/ 1612, /**/ 1611,