1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-04-21 12:19:35 +02:00
parent 16678eb50f
commit 169502fb0b
2 changed files with 7 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2795,
/**/
2794,
/**/