Skip to content

Commit ec3820a

Browse files
clean up
1 parent 3d27d29 commit ec3820a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libc/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
3434
add_definitions("-D_DEBUG")
3535
endif()
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
4138
set(CMAKE_CXX_STANDARD 17)
4239

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)