commit | 963ab26842be22c0d210c3e950fecac28578f8be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 10:55:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 10:55:27 2022 +0100 |
tree | 3ff1189b9d509bbdae8292dfec66351dfcda7262 | |
parent | 31ea6bf530a814991f669122dbc9921117a862c3 [diff] [blame] |
patch 9.0.0383: Coverity complains about unused value Problem: Coverity complains about unused value. Solution: Use the value.
diff --git a/src/version.c b/src/version.c index 5961413..767fdc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 383, +/**/ 382, /**/ 381,