commit | 97a6c6a1fb6043fd6520fbaaafc6970334186167 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 03 19:49:51 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 03 19:49:51 2021 +0200 |
tree | f9bac70a208fbd5e2ad110073a8fa5238bd55be8 | |
parent | 5f8ed7408aaf477215bcfde3e487e24b9e6ad870 [diff] [blame] |
patch 8.2.2828: Coverity complains about not checking rename() return value Problem: Coverity complains about not checking the rename() return value. Solution: Add "(void)", can't do anything in case of a failure.
diff --git a/src/version.c b/src/version.c index f20c009..444f35f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2828, +/**/ 2827, /**/ 2826,