Update BUILD.gn

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

View file

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