commit | 6d90c61c5a6437ff5058b6c5874ba71bff574e60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 20:23:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 20:23:32 2020 +0200 |
tree | 1cd8bd1861b79e6980977ba28261dfb7cac5dce7 | |
parent | 7d2ac92ebc36049f9ce2f4ce08b8a80ca212ace2 [diff] [blame] |
patch 8.2.1085: Coverity complains about ignoring dict_add() return value Problem: Coverity complains about ignoring dict_add() return value. Solution: Add (void).
diff --git a/src/version.c b/src/version.c index b3d0a93..65dffff 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1085, +/**/ 1084, /**/ 1083,