comparison src/version.c @ 21068:ac493e63b192 v8.2.1085

patch 8.2.1085: Coverity complains about ignoring dict_add() return value Commit: https://github.com/vim/vim/commit/6d90c61c5a6437ff5058b6c5874ba71bff574e60 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 20:23:32 2020 +0200 patch 8.2.1085: 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:30:04 +0200
parents 48cfc37fe4fc
children 87e85a13e9cf
comparison
equal deleted inserted replaced
21067:85b078be8036 21068:ac493e63b192
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 1085,
757 /**/ 759 /**/
758 1084, 760 1084,
759 /**/ 761 /**/
760 1083, 762 1083,
761 /**/ 763 /**/