forked from aniani/vim
patch 8.2.2460: Coverity warns for unused value
Problem: Coverity warns for unused value. Solution: Do not reset the return value to OK.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2460,
|
||||||
/**/
|
/**/
|
||||||
2459,
|
2459,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -5147,7 +5147,6 @@ compile_nested_function(exarg_T *eap, cctx_T *cctx)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO: warning for trailing text?
|
// TODO: warning for trailing text?
|
||||||
r = OK;
|
|
||||||
|
|
||||||
theend:
|
theend:
|
||||||
vim_free(lambda_name);
|
vim_free(lambda_name);
|
||||||
|
Reference in New Issue
Block a user