deps,v8: silence V8 self-deprecation warnings · nodejs/node@d1b7193 (original) (raw)

Original file line number Diff line number Diff line change
@@ -164,9 +164,13 @@
164 164 }],
165 165 ['v8_deprecation_warnings==1', {
166 166 'defines': ['V8_DEPRECATION_WARNINGS',],
167 + },{
168 +'defines!': ['V8_DEPRECATION_WARNINGS',],
167 169 }],
168 170 ['v8_imminent_deprecation_warnings==1', {
169 171 'defines': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
172 + },{
173 +'defines!': ['V8_IMMINENT_DEPRECATION_WARNINGS',],
170 174 }],
171 175 ['v8_enable_i18n_support==1', {
172 176 'defines': ['V8_INTL_SUPPORT',],