From b1dee6777fdef15e58b79ab75e9c2bfb7c5ee619 Mon Sep 17 00:00:00 2001 From: Tommaso Bossi Date: Sat, 10 Jul 2021 12:23:59 +0200 Subject: [PATCH] disable another error in patch --- builders/BUILD.gn.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builders/BUILD.gn.patch b/builders/BUILD.gn.patch index d2b65f90..f5276090 100644 --- a/builders/BUILD.gn.patch +++ b/builders/BUILD.gn.patch @@ -2,7 +2,7 @@ diff --git a/BUILD.gn b/BUILD.gn index d2bfb61..72ea7b3 100644 --- a/BUILD.gn +++ b/BUILD.gn -@@ -1054,7 +1054,10 @@ config("toolchain") { +@@ -1054,7 +1054,11 @@ config("toolchain") { } if (is_clang) { @@ -10,6 +10,7 @@ index d2bfb61..72ea7b3 100644 + cflags += [ + "-Wmissing-field-initializers", + "-Wno-invalid-offsetof", # Use of "conditionally-supported" offsetof in c++17 ++ "-Wno-range-loop-construct", + ] if (v8_current_cpu != "mips" && v8_current_cpu != "mipsel") {