commit | aab3383e70456f054fe9d0963fe3eb45994aa5e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 22:08:29 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 22:08:29 2016 +0100 |
tree | 5409c989a767af3c14771d0a618b8818e267ed5f | |
parent | 426f3754223c8ff8a1bc51d6ba1eba11e8982ebc [diff] [blame] |
patch 8.0.0061 Problem: Compiler warning for unused variable. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index b567665..ab005b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 61, +/**/ 60, /**/ 59,