summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-19 23:23:43 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-19 23:23:43 +0200
commit37b9b8199792882e3e0e7e19e230ea6442b9e857 (patch)
treebaebe68b9c5c512f7269e5773c8e91f6cdada92b /src/version.c
parent0aed9a2e2eb93c43b21a5f781bf07c8a53dbd830 (diff)
downloadvim-37b9b8199792882e3e0e7e19e230ea6442b9e857.zip
patch 8.0.0972: compiler warnings for unused variables
Problem: Compiler warnings for unused variables. (Tony Mechelynck) Solution: Add #ifdefs.
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 9f9b8ab4e..cf72cb884 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 972,
+/**/
971,
/**/
970,