diff --git a/core/Common/3dParty/v8_89/v8/build/config/compiler/BUILD.gn b/core/Common/3dParty/v8_89/v8/build/config/compiler/BUILD.gn index 5ea2f213..29fa7742 100644 --- a/core/Common/3dParty/v8_89/v8/build/config/compiler/BUILD.gn +++ b/core/Common/3dParty/v8_89/v8/build/config/compiler/BUILD.gn @@ -1548,6 +1548,9 @@ config("default_warnings") { # TODO(https://crbug.com/989932): Evaluate and possibly enable. "-Wno-implicit-int-float-conversion", + "-Wno-enum-constexpr-conversion", + + # TODO(https://crbug.com/999886): Clean up, enable. "-Wno-final-dtor-non-final-class",