File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ jobs:
6868 build_type : RelWithDebInfo
6969 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
7070 - image : " debian:testing"
71- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
71+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
7272 - image : " debian:testing"
7373 c_compiler : clang
7474 cpp_compiler : clang++
7575 - image : " debian:experimental"
76- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
76+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
7777 - image : " debian:experimental"
7878 c_compiler : clang
7979 cpp_compiler : clang++
@@ -85,10 +85,10 @@ jobs:
8585 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
8686 - image : " fedora:42"
8787 CMAKE_OPTS : -DRUN_TESTS_WITH_BINARY_COMPARE=OFF
88- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
88+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
8989 - image : " fedora:43"
9090 CMAKE_OPTS : -DRUN_TESTS_WITH_BINARY_COMPARE=OFF
91- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
91+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
9292 container :
9393 image : ${{ matrix.image }}
9494 env :
You can’t perform that action at this time.
0 commit comments