summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-08-28 17:59:05 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-28 17:59:05 +0100
commit75e9a6693e8d0126b5fff42203bfba9428cd19ae (patch)
tree0cfa8ac8c4a8f3a3ac53270668c13f50f03a06b4 /src
parent878e1d25a0a5b03233bf6ad64073fcf576c2aea5 (diff)
patch 9.0.0302: CI for Coverity is bothered by deprecation warningsv9.0.0302
Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 31e8182ca9..275492f3af 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 */
/**/
+ 302,
+/**/
301,
/**/
300,