comparison 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
comparison
equal deleted inserted replaced
21061:6a1d744580b0 21062:c2a368193769
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1082,
757 /**/ 759 /**/
758 1081, 760 1081,
759 /**/ 761 /**/
760 1080, 762 1080,
761 /**/ 763 /**/