mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -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) {
|
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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue