summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-10-19 20:24:34 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-19 20:24:34 +0100
commit731fba1081079d5c0251fca2626043ce6e86b1f2 (patch)
tree87b790f4586f6a7e8ad516e364edb55dd22d4b5e /src/version.c
parentf47ebf1e1a0a6473b10fb4c92c9c6427aab4dc91 (diff)
downloadvim-git-8.2.3541.tar.gz
patch 8.2.3541: compiler warning for unused variable in tiny versionv8.2.3541
Problem: Compiler warning for unused variable in tiny version. Solution: Add #ifdef. (John Marriott)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c430ff170..b4e342d3b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3541,
+/**/
3540,
/**/
3539,