diff src/version.c @ 12950:e60b2aa04903 v8.0.1351

patch 8.0.1351: warning for unused variables building with MinGW commit https://github.com/vim/vim/commit/bdb8139098d170ede2bc79dd4f62e4ed5e778d3e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 27 23:24:08 2017 +0100 patch 8.0.1351: warning for unused variables building with MinGW Problem: Warning for unused variables building with MinGW. Solution: Change a few #ifdefs (suggested by John Marriott). Remove superfluous checks of FEAT_MBYTE.
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Nov 2017 23:30:05 +0100
parents 851393938fa3
children 7fd105bfe992
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1351,
+/**/
     1350,
 /**/
     1349,