OCaml 4.14.0 rebuild
[arch-packages.git] / chromium / trunk / remove-no-opaque-pointers-flag.patch
blob9bd434a9b83a4496170dd3a7dd8f22a87d3c4621
1 --- chromium-104.0.5112.57/build/config/compiler/BUILD.gn.orig 2022-07-26 08:11:54.192788877 +0000
2 +++ chromium-104.0.5112.57/build/config/compiler/BUILD.gn 2022-07-26 08:12:10.019328155 +0000
3 @@ -1540,15 +1540,6 @@ config("default_warnings") {
4 cflags += [ "-Wno-unqualified-std-cast-call" ]
7 - if (!is_nacl && !(is_chromeos ||
8 - default_toolchain == "//build/toolchain/cros:target")) {
9 - # TODO(https://crbug.com/1322823): Remove flags once potential miscompile is investigated.
10 - cflags += [
11 - "-Xclang",
12 - "-no-opaque-pointers",
13 - ]
14 - }
16 if (is_fuchsia) {
17 # TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383)
18 cflags += [ "-Wno-deprecated-copy" ]