mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update BUILD.gn
This commit is contained in:
parent
d875e309c9
commit
01a82a49a9
1 changed files with 1 additions and 2 deletions
|
@ -1655,8 +1655,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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue