comparison src/version.c @ 8952:9b04f9e8d1d4 v7.4.1761

commit https://github.com/vim/vim/commit/8ed43916dbea4ccedcc84d271e292abbf658b9c5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 21 08:56:12 2016 +0200 patch 7.4.1761 Problem: Coverity complains about ignoring return value. Solution: Add "(void)" to get rid of the warning.
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Apr 2016 09:00:08 +0200
parents c44ab784f5e5
children ab4fe611d205
comparison
equal deleted inserted replaced
8951:0bdeaf7092bc 8952:9b04f9e8d1d4
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1761,
751 /**/ 753 /**/
752 1760, 754 1760,
753 /**/ 755 /**/
754 1759, 756 1759,
755 /**/ 757 /**/