diff src/version.c @ 12184:76fbd85c3cea v8.0.0972

patch 8.0.0972: compiler warnings for unused variables commit https://github.com/vim/vim/commit/37b9b8199792882e3e0e7e19e230ea6442b9e857 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 23:23:43 2017 +0200 patch 8.0.0972: compiler warnings for unused variables Problem: Compiler warnings for unused variables. (Tony Mechelynck) Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 23:30:06 +0200
parents 7e6185446ea6
children 36456f237c59
line wrap: on
line diff
--- 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,