comparison src/version.c @ 23988:686af23ec132 v8.2.2536

patch 8.2.2536: Coverity complains about unchecked return value Commit: https://github.com/vim/vim/commit/dc167465f87a4f03f9e085597dfcfdde39fcd2b9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 20:26:16 2021 +0100 patch 8.2.2536: Coverity complains about unchecked return value Problem: Coverity complains about unchecked return value. Solution: Add (void).
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Feb 2021 20:30:03 +0100
parents c1ba42fa843f
children 06da0685077b
comparison
equal deleted inserted replaced
23987:dca4c7dce63e 23988:686af23ec132
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2536,
753 /**/ 755 /**/
754 2535, 756 2535,
755 /**/ 757 /**/
756 2534, 758 2534,
757 /**/ 759 /**/