diff src/version.c @ 16602:47a8b29f289c v8.1.1304

patch 8.1.1304: MS-Windows: compiler warning for unused value commit https://github.com/vim/vim/commit/68cbb14bae1013702270b25e886b5ee09e07575a Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 14:14:42 2019 +0200 patch 8.1.1304: MS-Windows: compiler warning for unused value Problem: MS-Windows: compiler warning for unused value. Solution: Adjust #ifdefs. (Ken Takata, closes https://github.com/vim/vim/issues/4363)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 14:15:07 +0200
parents ff3c99bd1038
children 1e0a5f09fdf1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1304,
+/**/
     1303,
 /**/
     1302,