onlyoffice-document-server/core_v8-no-enum-constexrp-conversion.patch
Antoine Martin 23da6c4369
Some checks failed
/ build-test (pull_request) Failing after 4m24s
add v8 patch, build deb package
2024-08-24 14:08:20 -04:00

14 lines
646 B
Diff

diff --git a/core/Common/3dParty/v8_89/v8/build/config/compiler/BUILD.gn.orig 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.orig
+++ 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",