comparison src/version.c @ 11428:346168f2a6cb v8.0.0598

patch 8.0.0598: building with gcc 7.1 yields new warnings commit https://github.com/vim/vim/commit/9e0f6ec0762575d229b86798b284ca4876bc3d73 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 16 09:36:54 2017 +0200 patch 8.0.0598: building with gcc 7.1 yields new warnings Problem: Building with gcc 7.1 yields new warnings. Solution: Initialize result. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Tue, 16 May 2017 09:45:03 +0200
parents 3270f080bf0a
children eba1a8c6e21d
comparison
equal deleted inserted replaced
11427:30e43349a78a 11428:346168f2a6cb
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 598,
767 /**/ 769 /**/
768 597, 770 597,
769 /**/ 771 /**/
770 596, 772 596,
771 /**/ 773 /**/