diff --git a/BUILD.gn b/BUILD.gn index 691f8c0f16..08e3589ea0 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -581,6 +581,8 @@ config("toolchain") { "/wd4715", # Not all control paths return a value. "/wd4718", # Recursive call has no side-effect. + "/wd4723", # https://crbug.com/v8/7771 + "/wd4724", # https://crbug.com/v8/7771 "/wd4800", # Forcing value to bool. ] }