comparison 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
comparison
equal deleted inserted replaced
16601:606aa25840e7 16602:47a8b29f289c
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1304,
770 /**/ 772 /**/
771 1303, 773 1303,
772 /**/ 774 /**/
773 1302, 775 1302,
774 /**/ 776 /**/