comparison src/version.c @ 24510:b5786b4de9d1 v8.2.2795

patch 8.2.2795: Coverity warns for not using return value Commit: https://github.com/vim/vim/commit/169502fb0beb7eb21f72d6c4590483c069353b53 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 12:19:35 2021 +0200 patch 8.2.2795: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Check the return value of compiling the substitute expression.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 12:30:04 +0200
parents 09bfa6e3859c
children 53871095bb65
comparison
equal deleted inserted replaced
24509:faca76e8449d 24510:b5786b4de9d1
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 2795,
753 /**/ 755 /**/
754 2794, 756 2794,
755 /**/ 757 /**/
756 2793, 758 2793,
757 /**/ 759 /**/