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 89d2b7e commit 9576513Copy full SHA for 9576513
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -43,7 +43,7 @@ function(_get_common_test_compile_options output_var c_test flags)
43
list(APPEND compile_options "-Wextra")
44
# -DLIBC_WNO_ERROR=ON if you can't build cleanly with -Werror.
45
if(NOT LIBC_WNO_ERROR)
46
- # list(APPEND compile_options "-Werror")
+ list(APPEND compile_options "-Werror")
47
endif()
48
list(APPEND compile_options "-Wconversion")
49
# FIXME: convert to -Wsign-conversion
0 commit comments