ci: -Wno-vla no longer necessary

We handle this issue in the source now.

Follow-up to b725fe1944

Reviewed-by: Marcel Raad
Reviewed-by: Daniel Stenberg
Closes #11048
This commit is contained in:
Viktor Szakats 2023-04-27 17:48:21 +00:00
parent da2470de96
commit b1ad4f1d5f
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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'