]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
os-zoo.yml: Cleanup unnecessary -Wno-switch-default
authorTomas Mraz <tomas@openssl.org>
Wed, 3 Jul 2024 09:33:34 +0000 (11:33 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 10 Jul 2024 07:34:42 +0000 (09:34 +0200)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24787)

.github/workflows/os-zoo.yml

index 9dfc2faac80de6266c0eb87ff3de7408901feece..884c08599dfaa93e93e8df6424863d73e2dc23af 100644 (file)
@@ -27,7 +27,7 @@ jobs:
       image: docker.io/library/alpine:${{ matrix.tag }}
     env:
       # https://www.openwall.com/lists/musl/2022/02/16/14
-      EXTRA_CFLAGS: ${{ matrix.cc == 'clang' && '-Wno-sign-compare -Wno-switch-default' || '' }}
+      EXTRA_CFLAGS: ${{ matrix.cc == 'clang' && '-Wno-sign-compare' || '' }}
       CC: ${{ matrix.cc }}
     steps:
     - name: install packages