commit | fd249460fe600dba479bca03058e679bae6b5d52 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 16:14:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 16:14:30 2018 +0200 |
tree | 5403b3e12b2f2fe93759c51383ca7c78b544d861 | |
parent | 8e85db0376604274bccf12bf5859d92b4192aca1 [diff] [blame] |
patch 8.1.0217: compiler warning for variable set but not used Problem: Compiler warning for variable set but not used. Solution: Move tilde_file inside #ifdef. (Hirohito Higashi, closes #3255)
diff --git a/src/version.c b/src/version.c index 0d0a2b2..dd9e1d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 217, +/**/ 216, /**/ 215,