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