summaryrefslogtreecommitdiff
path: root/.github
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 /.github
parent878e1d25a0a5b03233bf6ad64073fcf576c2aea5 (diff)
downloadvim-git-75e9a6693e8d0126b5fff42203bfba9428cd19ae.tar.gz
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 '.github')
-rw-r--r--.github/workflows/coverity.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 9771ae49d..ce21ab262 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: