mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
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:
parent
da2470de96
commit
b1ad4f1d5f
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user