Skip to content

Commit 1c5c871

Browse files
-Wimplicit-fallthrough
1 parent d600a01 commit 1c5c871

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
@@ -33,7 +33,7 @@ function(_get_common_test_compile_options output_var c_test flags)
3333
endif()
3434
# list(APPEND compile_options "-Wconversion")
3535
# list(APPEND compile_options "-Wno-sign-conversion")
36-
# list(APPEND compile_options "-Wimplicit-fallthrough")
36+
list(APPEND compile_options "-Wimplicit-fallthrough")
3737
list(APPEND compile_options "-Wwrite-strings")
3838
list(APPEND compile_options "-Wextra-semi")
3939
# Silence this warning because _Complex is a part of C99.

0 commit comments

Comments
 (0)