From c99e182e1fb54e39540d25d0ccd8dcdde25bb96c Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sat, 3 Sep 2022 10:52:24 +0100 Subject: patch 9.0.0364: clang static analyzer gives warnings Problem: Clang static analyzer gives warnings. Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #11043) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a681292ce..a3d8f2c0b 100644 --- a/src/version.c +++ b/src/version.c @@ -707,6 +707,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 364, /**/ 363, /**/ -- cgit v1.2.1