| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@addaleax build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/1195/pipeline |
Sorry, something went wrong.
|
Is it really more efficient to keep floating patches when we can turn on V8_IMMINENT_DEPRECATION_WARNINGS? common.gypi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/common.gypi b/common.gypi
index 4c43db48f3..564ec316a8 100644
--- a/common.gypi
+++ b/common.gypi
@@ -264,6 +264,10 @@
}
}
},
+ 'defines': [
+ 'V8_DEPRECATION_WARNINGS',
+ 'V8_IMMINENT_DEPRECATION_WARNINGS',
+ ],
# Forcibly disable -Werror. We support a wide range of compilers, it's
# simply not feasible to squelch all warnings, never mind that the
# libraries in deps/ are not under our control.
|
Sorry, something went wrong.
|
@refack How much compiler warning output would we currently get with those settings? |
Sorry, something went wrong.
|
Just from /src/ (trimming duplicates)
We can also consider setting it only for the "SDK" (i.e. common.gypi to be used by native addons). |
Sorry, something went wrong.
Refs: nodejs#23414 (comment) PR-URL: nodejs#23804 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These APIs have been deprecated upstream in V8.
Sorry, something went wrong.
Refs: #23414 (comment) PR-URL: #23804 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These APIs have been deprecated upstream in V8. PR-URL: #23414 Reviewed-By: James M Snell <jasnell@gmail.com>
These APIs have been deprecated upstream in V8. PR-URL: #23414 Reviewed-By: James M Snell <jasnell@gmail.com>
These APIs have been deprecated upstream in V8. PR-URL: #23414 Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: #23414 (comment) PR-URL: #23804 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: #23414 (comment) PR-URL: #23804 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: #23414 (comment) PR-URL: #23804 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
These APIs have been deprecated upstream in V8.
Checklist