From 95e87973316d0eb51c88d8b3898f2e77dc6dfb61 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 3 Nov 2022 11:27:58 -0700 Subject: [PATCH] Ignore warnings --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66da21..03cf592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: CXX: clang++ run: | phpize - ./configure + ./configure --cc-opt="-Wno-error" make php-linux-x64: @@ -80,7 +80,7 @@ jobs: CXX: clang++ run: | phpize - ./configure + ./configure --cc-opt="-Wno-error" make make test