Skip to content

Commit 4dd1e78

Browse files
vinay-deshmukhgithub-actions[bot]
authored andcommitted
Automerge: [libc] Add -Wall for libc tests (#160220)
Relates to #119281
2 parents 4f9bb8c + 88bcb58 commit 4dd1e78

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)