]> granicus.if.org Git - vim/commitdiff
patch 9.0.0305: CI lists useless deprecation warnings v9.0.0305
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 28 Aug 2022 18:41:36 +0000 (19:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 18:41:36 +0000 (19:41 +0100)
Problem:    CI lists useless deprecation warnings.
Solution:   Ignore deprecation warnings. (closes #11003)

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

index 1e20067625c418f6b1fc42c1ad6fc679242cdf9c..ebbccd77ac98d6ceea3d09839000ded92c64d094 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       TEST: test
       SRCDIR: ./src
       LEAK_CFLAGS: -DEXITFREE
-      CFLAGS: -Wno-error=deprecated-declarations
+      CFLAGS: -Wno-deprecated-declarations
       LOG_DIR: ${{ github.workspace }}/logs
       TERM: xterm
       DISPLAY: ':99'
index 3e1c7d308c23a563ca881e2d4b0e3f7f8587e93a..e865eb548bf0e3d5bdb87cd17333b7608377cb1e 100644 (file)
@@ -707,6 +707,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    305,
 /**/
     304,
 /**/