mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -5147,7 +5147,6 @@ compile_nested_function(exarg_T *eap, cctx_T *cctx)
|
||||
}
|
||||
}
|
||||
// TODO: warning for trailing text?
|
||||
r = OK;
|
||||
|
||||
theend:
|
||||
vim_free(lambda_name);
|
||||
|
Reference in New Issue
Block a user