1
0
forked from aniani/vim

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)
This commit is contained in:
Philip H
2022-08-28 17:59:05 +01:00
committed by Bram Moolenaar
parent 878e1d25a0
commit 75e9a6693e
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ jobs:
env:
CC: gcc
CFLAGS: -Wno-deprecated-declarations
DEBIAN_FRONTEND: noninteractive
steps:

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
302,
/**/
301,
/**/