Skip to content

Commit

Permalink
Disable false positive warning from GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Sep 5, 2023
1 parent 938b989 commit e3de973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
LDFLAGS: -fsanitize=address,undefined
- name: Debian-Testing
image: "debian:testing"
CXXFLAGS: -Wno-stringop-overread
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
- name: Debian-Testing
image: "debian:testing"
c_compiler: clang
cpp_compiler: clang++
- name: Debian-Experimental
image: "debian:experimental"
CXXFLAGS: -Wno-stringop-overread
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
- name: Debian-Experimental
image: "debian:experimental"
c_compiler: clang
Expand Down

0 comments on commit e3de973

Please sign in to comment.