commit | 910c378d9342e0de8c6736c83ebdbbb597267056 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 22 14:11:50 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 22 14:11:50 2019 +0200 |
tree | 515694b8a4616de243649784c607cee409013f37 | |
parent | bd67aac279adf3a1cfa11557229b44e4c2c3dcda [diff] [blame] |
patch 8.1.2065: compiler warning building non-GUI with MinGW. Problem: Compiler warning building non-GUI with MinGW. Solution: Adjust #ifdefs. (Yegappan Lakshmanan, closes #4964)
diff --git a/src/version.c b/src/version.c index ab5045c..576ac23 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2065, +/**/ 2064, /**/ 2063,