Skip to content

Commit fcdc4c9

Browse files
committed
#1: test turn off warnings in CI
1 parent 55c7a98 commit fcdc4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/turn_on_warnings.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(NOT DEFINED FOO_WARNING_FLAGS)
3030
endif()
3131

3232
if (FOO_WERROR_ENABLED) # Treat warning as errors
33-
add_cxx_compiler_flag_if_supported("-Werror")
33+
# add_cxx_compiler_flag_if_supported("-Werror")
3434
endif()
3535
endif()
3636

0 commit comments

Comments
 (0)