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 fd08713 commit d600a01Copy full SHA for d600a01
libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -34,7 +34,7 @@ function(_get_common_test_compile_options output_var c_test flags)
34
# list(APPEND compile_options "-Wconversion")
35
# list(APPEND compile_options "-Wno-sign-conversion")
36
# list(APPEND compile_options "-Wimplicit-fallthrough")
37
- # list(APPEND compile_options "-Wwrite-strings")
+ list(APPEND compile_options "-Wwrite-strings")
38
list(APPEND compile_options "-Wextra-semi")
39
# Silence this warning because _Complex is a part of C99.
40
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
0 commit comments