commit | 91639195eff7b29213a0a3c279ac46e46ac76edd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 19:55:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 19:55:58 2020 +0200 |
tree | 3706b1592cebb85837b5736087e7d288fd96432d | |
parent | a1f9f8666ed3a462eb8a518e78418c57dc41bbd4 [diff] [blame] |
patch 8.2.1082: 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 69c89ff..9806b91 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1082, +/**/ 1081, /**/ 1080,