Skip to content

Commit

Permalink
os-zoo.yml: Cleanup unnecessary -Wno-switch-default
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Jul 3, 2024
1 parent b5863e9 commit 3407c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/os-zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name: OS Zoo CI

on:
on: [pull_request]
schedule:
- cron: '0 5 * * *'

Expand All @@ -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
Expand Down

0 comments on commit 3407c3a

Please sign in to comment.