comparison src/version.c @ 19900:ff89394116ea v8.2.0506

patch 8.2.0506: Coverity complains about ignoring return value Commit: https://github.com/vim/vim/commit/d1e9dc272355fe3ab112af5f04b0516b2e9a4fa6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 3 18:13:57 2020 +0200 patch 8.2.0506: Coverity complains about ignoring return value Problem: Coverity complains about ignoring return value. Solution: Add (void).
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Apr 2020 18:15:03 +0200
parents 648752e0d579
children 481e8fa158b4
comparison
equal deleted inserted replaced
19899:eea0515a4e8a 19900:ff89394116ea
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 506,
741 /**/ 743 /**/
742 505, 744 505,
743 /**/ 745 /**/
744 504, 746 504,
745 /**/ 747 /**/