comparison src/version.c @ 19673:62ea983a9cb4 v8.2.0393

patch 8.2.0393: Coverity warns for not using return value Commit: https://github.com/vim/vim/commit/c0300633292ee648c7154a7828eb1c76637bd9af Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 16 20:07:16 2020 +0100 patch 8.2.0393: Coverity warns for not using return value Problem: Coverity warns for not using return value. Solution: Add (void).
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Mar 2020 20:15:05 +0100
parents 897cb43a5c72
children bee179e81f28
comparison
equal deleted inserted replaced
19672:97aa56fab5a3 19673:62ea983a9cb4
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 393,
741 /**/ 743 /**/
742 392, 744 392,
743 /**/ 745 /**/
744 391, 746 391,
745 /**/ 747 /**/