Skip to content

Commit e3de973

Browse files
committed
Disable false positive warning from GCC
1 parent 938b989 commit e3de973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ jobs:
100100
LDFLAGS: -fsanitize=address,undefined
101101
- name: Debian-Testing
102102
image: "debian:testing"
103-
CXXFLAGS: -Wno-stringop-overread
103+
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
104104
- name: Debian-Testing
105105
image: "debian:testing"
106106
c_compiler: clang
107107
cpp_compiler: clang++
108108
- name: Debian-Experimental
109109
image: "debian:experimental"
110-
CXXFLAGS: -Wno-stringop-overread
110+
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
111111
- name: Debian-Experimental
112112
image: "debian:experimental"
113113
c_compiler: clang

0 commit comments

Comments
 (0)