summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-09-03 10:52:24 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-03 10:52:24 +0100
commitc99e182e1fb54e39540d25d0ccd8dcdde25bb96c (patch)
treed0cec00ea2cd55d8fb68d353712b70d8be952e5f /src/version.c
parentb18b49699776485150b71626069a40d12d2c5590 (diff)
downloadvim-git-c99e182e1fb54e39540d25d0ccd8dcdde25bb96c.tar.gz
patch 9.0.0364: clang static analyzer gives warningsv9.0.0364
Problem: Clang static analyzer gives warnings. Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #11043)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a681292ce..a3d8f2c0b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -708,6 +708,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 364,
+/**/
363,
/**/
362,