summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-01-08 10:08:54 -0500
committerAnna Henningsen <anna@addaleax.net>2019-01-14 17:44:13 +0100
commitd1b7193428f6ed244e3937f718719312749b465e (patch)
treefe69504a341b3c0a674bd46480c2be6578747f3a /deps
parenteb5aab2c46d7c92165de84023b242be079e6b711 (diff)
downloadandroid-node-v8-d1b7193428f6ed244e3937f718719312749b465e.tar.gz
android-node-v8-d1b7193428f6ed244e3937f718719312749b465e.tar.bz2
android-node-v8-d1b7193428f6ed244e3937f718719312749b465e.zip
deps,v8: silence V8 self-deprecation warnings
PR-URL: https://github.com/nodejs/node/pull/25394 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/gypfiles/features.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/gypfiles/features.gypi b/deps/v8/gypfiles/features.gypi
index 855a7a5d2f..7e5af8883a 100644
--- a/deps/v8/gypfiles/features.gypi
+++ b/deps/v8/gypfiles/features.gypi
@@ -164,9 +164,13 @@
}],
['v8_deprecation_warnings==1', {
'defines': ['V8_DEPRECATION_WARNINGS',],
+ },{
+ 'defines!': ['V8_DEPRECATION_WARNINGS',],
}],
['v8_imminent_deprecation_warnings==1', {
'defines': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
+ },{
+ 'defines!': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
}],
['v8_enable_i18n_support==1', {
'defines': ['V8_INTL_SUPPORT',],