commit | bdb8139098d170ede2bc79dd4f62e4ed5e778d3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 27 23:24:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 27 23:24:08 2017 +0100 |
tree | b09f3c7177f9841bc568ef3e194cb1b4e7bd2953 | |
parent | 1355aad2b94790217aeef9077d3fb9925461f137 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 066294a..14e5083 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1351, +/**/ 1350, /**/ 1349,