This commit is contained in:
parent
2d73ea6e06
commit
b23b60062c
1 changed files with 5 additions and 5 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue