comparison 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
comparison
equal deleted inserted replaced
12949:bbdb2b017123 12950:e60b2aa04903
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1351,
774 /**/ 776 /**/
775 1350, 777 1350,
776 /**/ 778 /**/
777 1349, 779 1349,
778 /**/ 780 /**/