From 533c306921a3ac46ab92f35dfc4ebd22b3da845d Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 28 Aug 2022 19:41:36 +0100 Subject: patch 9.0.0305: CI lists useless deprecation warnings Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e2006762..ebbccd77a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' -- cgit v1.2.1