From 75e9a6693e8d0126b5fff42203bfba9428cd19ae Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 28 Aug 2022 17:59:05 +0100 Subject: 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) --- .github/workflows/coverity.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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: -- cgit v1.2.3