Skip to content

Commit d0c0741

Browse files
committed
Github actions: Disable dangling-reference warnings
GCC 13 generates false positive warnings for dangling-reference.
1 parent 2fcd194 commit d0c0741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Fedora-38
128128
# Uses gcc 13.0.1, clang 16.0.5, cmake 3.26.4
129129
image: "fedora:38"
130-
CXXFLAGS: -Wno-stringop-overread
130+
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
131131
container:
132132
image: ${{ matrix.image }}
133133
env:

0 commit comments

Comments
 (0)