summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-04-27 17:48:21 +0000
committerViktor Szakats <commit@vsz.me>2023-04-28 11:02:33 +0000
commitb1ad4f1d5f654d1fd7205b35165cd676300194cc (patch)
treeab091057cfe0c4d6f558f64cdaafb8ea3d870ce9
parentda2470de96e94e1c8d276b9ae6e4c97c2cf54239 (diff)
downloadcurl-b1ad4f1d5f654d1fd7205b35165cd676300194cc.tar.gz
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
-rw-r--r--.github/workflows/macos.yml3
1 files changed, 1 insertions, 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'