Skip to content

Commit 9576513

Browse files
-Werror
1 parent 89d2b7e commit 9576513

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
@@ -43,7 +43,7 @@ function(_get_common_test_compile_options output_var c_test flags)
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)
46-
# list(APPEND compile_options "-Werror")
46+
list(APPEND compile_options "-Werror")
4747
endif()
4848
list(APPEND compile_options "-Wconversion")
4949
# FIXME: convert to -Wsign-conversion

0 commit comments

Comments
 (0)