build,deps: less warnings from V8

PR-URL: https://github.com/nodejs/node/pull/26405
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This commit is contained in:
Refael Ackermann 2019-03-01 09:15:40 -05:00
parent 8a291a8e83
commit d38cd82513

View File

@ -1393,6 +1393,7 @@
], # conditions
}, # Release
}, # configurations
'cflags': [ '-Wno-type-limits', ],
'msvs_disabled_warnings': [
4245, # Conversion with signed/unsigned mismatch.
4267, # Conversion with possible loss of data.