]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: `-Wno-vla` no longer necessary
authorViktor Szakats <commit@vsz.me>
Thu, 27 Apr 2023 17:48:21 +0000 (17:48 +0000)
committerViktor Szakats <commit@vsz.me>
Fri, 28 Apr 2023 11:02:33 +0000 (11:02 +0000)
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

index a98376de0101b2764d336ae2fc0fcf1f7448fa5b..90b75e6ccaa1b6593ae21577cf8392ce3d2dc3e8 100644 (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'