fix patch
All checks were successful
/ test-build (pull_request) Successful in 1h14m42s

This commit is contained in:
Antoine Martin 2024-08-24 15:49:11 -04:00
parent 2d73ea6e06
commit b23b60062c
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -11,17 +11,17 @@ index 0000000000..5a1a8067a6
+@@ -1548,6 +1548,9 @@ config("default_warnings") { +@@ -1548,6 +1548,9 @@ config("default_warnings") {
+ # TODO(https://crbug.com/989932): Evaluate and possibly enable. + # TODO(https://crbug.com/989932): Evaluate and possibly enable.
+ "-Wno-implicit-int-float-conversion", + "-Wno-implicit-int-float-conversion",
+ +
++ "-Wno-enum-constexpr-conversion", ++ "-Wno-enum-constexpr-conversion",
++ ++
++ ++
+ # TODO(https://crbug.com/999886): Clean up, enable. + # TODO(https://crbug.com/999886): Clean up, enable.
+ "-Wno-final-dtor-non-final-class", + "-Wno-final-dtor-non-final-class",
+ +
diff --git a/core/scripts/core_common/modules/v8_89.py b/core/scripts/core_common/modules/v8_89.py diff --git a/build_tools/scripts/core_common/modules/v8_89.py b/core/build_tools/core_common/modules/v8_89.py
index 9643263..35ee1fe 100644 index 9643263..35ee1fe 100644
--- a/core/scripts/core_common/modules/v8_89.py --- a/build_tools/scripts/core_common/modules/v8_89.py
+++ b/core/scripts/core_common/modules/v8_89.py +++ b/build_tools/scripts/core_common/modules/v8_89.py
@@ -150,6 +150,8 @@ def make(): @@ -150,6 +150,8 @@ def make():
"use_custom_libcxx=false", "use_custom_libcxx=false",
"treat_warnings_as_errors=false"] "treat_warnings_as_errors=false"]