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
bc45ac4859
commit
97998fbf2b
1 changed files with 7 additions and 7 deletions
|
@ -1528,21 +1528,21 @@ config("default_warnings") {
|
|||
# TODO(thakis): Only for no_chromium_code? http://crbug.com/912662
|
||||
"-Wno-ignored-pragma-optimize",
|
||||
]
|
||||
|
||||
if (llvm_force_head_revision && !is_nacl) {
|
||||
cflags += [
|
||||
# TODO(crbug.com/1352183) Evaluate and possibly enable.
|
||||
"-Wno-bitfield-constant-conversion",
|
||||
]
|
||||
}
|
||||
|
||||
if (!is_nacl) {
|
||||
cflags += [
|
||||
# TODO(https://crbug.com/1300731) Clean up and enable.
|
||||
"-Wno-unqualified-std-cast-call",
|
||||
|
||||
# TODO(crbug.com/1343975) Evaluate and possibly enable.
|
||||
"-Wno-deprecated-builtins",
|
||||
]
|
||||
}
|
||||
|
||||
if (is_fuchsia) {
|
||||
# TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383)
|
||||
cflags += [ "-Wno-deprecated-copy" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue