We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9667c commit e01f8a9Copy full SHA for e01f8a9
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -37,6 +37,7 @@ function(_get_common_test_compile_options output_var c_test flags)
37
# list(APPEND compile_options "-Werror")
38
endif()
39
list(APPEND compile_options "-Wconversion")
40
+ list(APPEND compile_options "-Wsign-conversion")
41
list(APPEND compile_options "-Wimplicit-fallthrough")
42
list(APPEND compile_options "-Wwrite-strings")
43
# Silence this warning because _Complex is a part of C99.
0 commit comments