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") {