From b1ad4f1d5f654d1fd7205b35165cd676300194cc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 27 Apr 2023 17:48:21 +0000 Subject: ci: `-Wno-vla` no longer necessary We handle this issue in the source now. Follow-up to b725fe1944b45406676ea3aff333ae3085a848d9 Reviewed-by: Marcel Raad Reviewed-by: Daniel Stenberg Closes #11048 --- .github/workflows/macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a98376de0..90b75e6cc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -126,8 +126,7 @@ jobs: - run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} --enable-websockets name: 'configure' env: - # -Wvla is caused by brotli - CFLAGS: "-Wno-vla -mmacosx-version-min=${{ matrix.build.macosx-version-min }}" + CFLAGS: "-mmacosx-version-min=${{ matrix.build.macosx-version-min }}" - run: make V=1 name: 'make' -- cgit v1.2.1