File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
3434 add_definitions ("-D_DEBUG" )
3535endif ()
3636
37- # temporary! only for this PR to catch warnings in CI
38- add_compile_options ("-Werror=implicit-const-int-float-conversion" )
39-
4037# Default to C++17
4138set (CMAKE_CXX_STANDARD 17)
4239
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ function(_get_common_test_compile_options output_var c_test flags)
3737 # list(APPEND compile_options "-Werror")
3838 endif ()
3939 list (APPEND compile_options "-Wconversion" )
40- # list(APPEND compile_options "-Wno-sign-conversion")
4140 list (APPEND compile_options "-Wimplicit-fallthrough" )
4241 list (APPEND compile_options "-Wwrite-strings" )
4342 # Silence this warning because _Complex is a part of C99.
You can’t perform that action at this time.
0 commit comments