File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5252 run : >
5353 cmake -B ${{ steps.strings.outputs.build-output-dir }}
5454 -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
55+ -DCMAKE_CXX_FLAGS='-Werror'
5556 -DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
57+ -DCMAKE_C_FLAGS='-Werror'
5658 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
5759 -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON
5860 -GNinja
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ unset(CMAKE_REQUIRED_FLAGS)
8080check_cxx_compiler_flag(-Wstring-conversion LIB_PROTO_MUTATOR_HAS_WSTRING_CONVERSION)
8181
8282if (NOT MSVC )
83- set (EXTRA_FLAGS "-fno-exceptions -Werror - Wall" )
83+ set (EXTRA_FLAGS "-fno-exceptions -Wall" )
8484 if (LIB_PROTO_MUTATOR_HAS_WSTRING_CONVERSION)
8585 set (EXTRA_FLAGS "${EXTRA_FLAGS} -Wstring-conversion" )
8686 endif ()
You can’t perform that action at this time.
0 commit comments