diff src/version.c @ 15420:9171193ae720 v8.1.0718

patch 8.1.0718: a couple compiler warnings commit https://github.com/vim/vim/commit/402385a7f2fed23acef7ad3ce75252706b1d7606 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 14:10:03 2019 +0100 patch 8.1.0718: a couple compiler warnings Problem: A couple compiler warnings. Solution: Rename shadowed variables. Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 14:15:05 +0100
parents 51b3c36b0523
children b55b89692fd2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    718,
+/**/
     717,
 /**/
     716,