Skip to content

Commit 88bcb58

Browse files
[libc] Add -Wall for libc tests (#160220)
Relates to #119281
1 parent 5e23f8a commit 88bcb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/cmake/modules/LLVMLibCTestRules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function(_get_common_test_compile_options output_var c_test flags)
3939
list(APPEND compile_options "-ffixed-point")
4040
endif()
4141

42-
# list(APPEND compile_options "-Wall")
42+
list(APPEND compile_options "-Wall")
4343
list(APPEND compile_options "-Wextra")
4444
# -DLIBC_WNO_ERROR=ON if you can't build cleanly with -Werror.
4545
if(NOT LIBC_WNO_ERROR)

0 commit comments

Comments
 (0)