Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-07 17:42:03 -05:00 committed by GitHub
parent d875e309c9
commit 01a82a49a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1655,8 +1655,7 @@ config("chromium_code") {
if (is_clang) { if (is_clang) {
cflags += [ cflags += [
# Warn on missing break statements at the end of switch cases. # Warn on missing break statements at the end of switch cases.
# For intentional fallthrough, use FALLTHROUGH; from # For intentional fallthrough, use [[fallthrough]].
# base/compiler_specific.h
"-Wimplicit-fallthrough", "-Wimplicit-fallthrough",
] ]