summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-03-01 09:15:40 -0500
committerRefael Ackermann <refack@gmail.com>2019-03-05 22:21:14 -0500
commitd38cd82513584c9d7c463aa809e5ee483a66eae3 (patch)
treee54ba61ea126033f361bdb6805ac4ef00eb0e0d9 /deps
parent8a291a8e83313c42cc8c755a4d3125c6c07a1322 (diff)
downloadandroid-node-v8-d38cd82513584c9d7c463aa809e5ee483a66eae3.tar.gz
android-node-v8-d38cd82513584c9d7c463aa809e5ee483a66eae3.tar.bz2
android-node-v8-d38cd82513584c9d7c463aa809e5ee483a66eae3.zip
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>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/gypfiles/toolchain.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/gypfiles/toolchain.gypi b/deps/v8/gypfiles/toolchain.gypi
index 4860c5b772..6da48e2282 100644
--- a/deps/v8/gypfiles/toolchain.gypi
+++ b/deps/v8/gypfiles/toolchain.gypi
@@ -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.