Skip to content

Commit e01f8a9

Browse files
fix cmake
1 parent 3a9667c commit e01f8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ 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 "-Wsign-conversion")
4041
list(APPEND compile_options "-Wimplicit-fallthrough")
4142
list(APPEND compile_options "-Wwrite-strings")
4243
# Silence this warning because _Complex is a part of C99.

0 commit comments

Comments
 (0)