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
815937323c
commit
bc45ac4859
1 changed files with 7 additions and 7 deletions
|
@ -1537,20 +1537,20 @@ config("default_warnings") {
|
||||||
"-Wno-ignored-pragma-optimize",
|
"-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) {
|
if (!is_nacl) {
|
||||||
cflags += [
|
cflags += [
|
||||||
# TODO(https://crbug.com/1300731) Clean up and enable.
|
|
||||||
"-Wno-unqualified-std-cast-call",
|
|
||||||
|
|
||||||
# TODO(crbug.com/1343975) Evaluate and possibly enable.
|
# TODO(crbug.com/1343975) Evaluate and possibly enable.
|
||||||
"-Wno-deprecated-builtins",
|
"-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