diff src/version.c @ 21062:c2a368193769 v8.2.1082

patch 8.2.1082: Coverity complains about ignoring dict_add() return value Commit: https://github.com/vim/vim/commit/91639195eff7b29213a0a3c279ac46e46ac76edd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 19:55:58 2020 +0200 patch 8.2.1082: Coverity complains about ignoring dict_add() return value Problem: Coverity complains about ignoring dict_add() return value. Solution: Add (void).
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 20:00:04 +0200
parents 89aba7895bb2
children 6dc8625889fe
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1082,
+/**/
     1081,
 /**/
     1080,