summaryrefslogtreecommitdiff
path: root/chromium/v8/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/BUILD.gn')
-rw-r--r--chromium/v8/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/v8/BUILD.gn b/chromium/v8/BUILD.gn
index 83082271b8b..7b41a7500e5 100644
--- a/chromium/v8/BUILD.gn
+++ b/chromium/v8/BUILD.gn
@@ -1375,6 +1375,9 @@ config("toolchain") {
# TODO(v8:12245): Fix shadowing instances and remove.
"-Wno-shadow",
+
+ # Disable this check on 10.6 to avoid merging multiple fixes.
+ "-Wno-extra-semi",
]
if (v8_current_cpu != "mips" && v8_current_cpu != "mipsel") {