Skip to content

Commit d600a01

Browse files
-Wwrite-strings
1 parent fd08713 commit d600a01

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
@@ -34,7 +34,7 @@ function(_get_common_test_compile_options output_var c_test flags)
3434
# list(APPEND compile_options "-Wconversion")
3535
# list(APPEND compile_options "-Wno-sign-conversion")
3636
# list(APPEND compile_options "-Wimplicit-fallthrough")
37-
# list(APPEND compile_options "-Wwrite-strings")
37+
list(APPEND compile_options "-Wwrite-strings")
3838
list(APPEND compile_options "-Wextra-semi")
3939
# Silence this warning because _Complex is a part of C99.
4040
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")

0 commit comments

Comments
 (0)