comparison src/version.c @ 23837:cd91a892aa44 v8.2.2460

patch 8.2.2460: Coverity warns for unused value Commit: https://github.com/vim/vim/commit/fc1dafa91cbf7876d711e8e36171eeec78eae13b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 19:57:00 2021 +0100 patch 8.2.2460: Coverity warns for unused value Problem: Coverity warns for unused value. Solution: Do not reset the return value to OK.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 20:00:05 +0100
parents 806dfc7c7995
children 23d6ead591c1
comparison
equal deleted inserted replaced
23836:ed8758e1411a 23837:cd91a892aa44
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 2460,
753 /**/ 755 /**/
754 2459, 756 2459,
755 /**/ 757 /**/
756 2458, 758 2458,
757 /**/ 759 /**/