commit | 731fba1081079d5c0251fca2626043ce6e86b1f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 20:24:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 20:24:34 2021 +0100 |
tree | 87b790f4586f6a7e8ad516e364edb55dd22d4b5e | |
parent | f47ebf1e1a0a6473b10fb4c92c9c6427aab4dc91 [diff] [blame] |
patch 8.2.3541: compiler warning for unused variable in tiny version Problem: Compiler warning for unused variable in tiny version. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index c430ff1..b4e342d 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3541, +/**/ 3540, /**/ 3539,