onlyoffice-document-server/core_v8-no-enum-constexrp-conversion.patch

15 lines
636 B
Diff
Raw Normal View History

2024-08-24 14:26:37 -04:00
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
2024-08-24 14:08:20 -04:00
index 5ea2f213..29fa7742 100644
2024-08-24 14:26:37 -04:00
--- a/core/Common/3dParty/v8_89/v8/build/config/compiler/BUILD.gn
2024-08-24 14:08:20 -04:00
+++ 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",