Skip to content

Commit

Permalink
remove unqualified cast warning suppression from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ednolan committed Aug 24, 2024
1 parent 4c7b8d5 commit f99a16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: recursive
- name: Run
run: |
./ci.sh -fsanitize=address -fsanitize=undefined -fsanitize-undefined-trap-on-error -stdlib=libc++ -Wno-unqualified-std-cast-call
./ci.sh -fsanitize=address -fsanitize=undefined -fsanitize-undefined-trap-on-error -stdlib=libc++
msvc-windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit f99a16f

Please sign in to comment.