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 @@ -55,12 +55,12 @@ jobs:
5555 build_type : RelWithDebInfo
5656 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
5757 - image : " debian:testing"
58- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
58+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
5959 - image : " debian:testing"
6060 c_compiler : clang
6161 cpp_compiler : clang++
6262 - image : " debian:experimental"
63- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
63+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
6464 - image : " debian:experimental"
6565 c_compiler : clang
6666 cpp_compiler : clang++
@@ -72,10 +72,10 @@ jobs:
7272 CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
7373 - image : " fedora:42"
7474 CMAKE_OPTS : -DRUN_TESTS_WITH_BINARY_COMPARE=OFF
75- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
75+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
7676 - image : " fedora:43"
7777 CMAKE_OPTS : -DRUN_TESTS_WITH_BINARY_COMPARE=OFF
78- CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds
78+ CXXFLAGS : -Wno-stringop-overread -Wno-array-bounds -Wno-maybe-uninitialized
7979 container :
8080 image : ${{ matrix.image }}
8181 env :
You can’t perform that action at this time.
0 commit comments