comparison src/version.c @ 9025:0bc1d66dfa2f v7.4.1798

commit https://github.com/vim/vim/commit/bb82762907ba024717ad9af3b229c2fa6405cd36 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 29 22:33:27 2016 +0200 patch 7.4.1798 Problem: Still compiler warning for unused return value. (Charles Campbell) Solution: Assign to ignoredp.
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Apr 2016 22:45:06 +0200
parents 8263edf411a7
children 773d627cac0b
comparison
equal deleted inserted replaced
9024:099c3bd48bee 9025:0bc1d66dfa2f
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1798,
756 /**/ 758 /**/
757 1797, 759 1797,
758 /**/ 760 /**/
759 1796, 761 1796,
760 /**/ 762 /**/