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 5e23f8a commit 88bcb58Copy full SHA for 88bcb58
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -39,7 +39,7 @@ function(_get_common_test_compile_options output_var c_test flags)
39
list(APPEND compile_options "-ffixed-point")
40
endif()
41
42
- # list(APPEND compile_options "-Wall")
+ list(APPEND compile_options "-Wall")
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)
0 commit comments