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 29507837157..b98d0856234 100644
--- a/chromium/v8/BUILD.gn
+++ b/chromium/v8/BUILD.gn
@@ -1376,6 +1376,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") {