]> granicus.if.org Git - vim/commitdiff
patch 9.0.0302: CI for Coverity is bothered by deprecation warnings v9.0.0302
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 28 Aug 2022 16:59:05 +0000 (17:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 16:59:05 +0000 (17:59 +0100)
Problem:    CI for Coverity is bothered by deprecation warnings.
Solution:   Ignore deprecation warnings. (closes #11002)

.github/workflows/coverity.yml
src/version.c

index 9771ae49dfb7b9492e03b83a7b24be9cd3fc936d..ce21ab26266b7932b70697a9dd192f6c2e293630 100644 (file)
@@ -10,6 +10,7 @@ jobs:
 
     env:
       CC: gcc
+      CFLAGS: -Wno-deprecated-declarations
       DEBIAN_FRONTEND: noninteractive
 
     steps:
index 31e8182ca91b67948f70a5d7f3cd3edf8852a50c..275492f3af8ed4d4e12721dc62ebdd895e83b30a 100644 (file)
@@ -707,6 +707,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    302,
 /**/
     301,
 /**/