1
0
forked from aniani/vim

patch 9.0.0373: Coverity warns for NULL check and unused return value

Problem:    Coverity warns for NULL check and unused return value.
Solution:   Remove the NULL check, it was already checked earlier.  Add (void)
            to ignore the return value.
This commit is contained in:
Bram Moolenaar
2022-09-04 11:42:22 +01:00
parent 5fbbec180b
commit a5348f241b
3 changed files with 5 additions and 4 deletions

View File

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