summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-06 11:27:46 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-06 11:27:46 +0000
commita25f718431ae001242a6a8b74733ee7685ccf07d (patch)
tree3561e94c7f3f901ca0d71bc9c5071b543a199438 /src/version.c
parentcd9c8d400c1eb9cbb4ff6a33be02f91a30ab13b2 (diff)
downloadvim-git-a25f718431ae001242a6a8b74733ee7685ccf07d.tar.gz
patch 9.0.0838: compiler warnings for unused variablesv9.0.0838
Problem: Compiler warnings for unused variables. Solution: Addjust #ifdef and remove unused variables. (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 56ccb053a..6aef2c131 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 838,
+/**/
837,
/**/
836,