From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 28 Aug 2022 16:59:05 +0000 (+0100) Subject: patch 9.0.0302: CI for Coverity is bothered by deprecation warnings X-Git-Tag: v9.0.0302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e9a6693e8d0126b5fff42203bfba9428cd19ae;p=thirdparty%2Fvim.git patch 9.0.0302: CI for Coverity is bothered by deprecation warnings Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002) --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 9771ae49df..ce21ab2626 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -10,6 +10,7 @@ jobs: env: CC: gcc + CFLAGS: -Wno-deprecated-declarations DEBIAN_FRONTEND: noninteractive steps: diff --git a/src/version.c b/src/version.c index 31e8182ca9..275492f3af 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 */ +/**/ + 302, /**/ 301, /**/