We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938b989 commit e3de973Copy full SHA for e3de973
.github/workflows/ci.yml
@@ -100,14 +100,14 @@ jobs:
100
LDFLAGS: -fsanitize=address,undefined
101
- name: Debian-Testing
102
image: "debian:testing"
103
- CXXFLAGS: -Wno-stringop-overread
+ CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
104
105
106
c_compiler: clang
107
cpp_compiler: clang++
108
- name: Debian-Experimental
109
image: "debian:experimental"
110
111
112
113
0 commit comments