Skip to content

Commit

Permalink
build,deps: less warnings from V8
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
refack authored and BridgeAR committed Mar 12, 2019
1 parent 8b8297d commit 02faa1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/v8/gypfiles/toolchain.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 02faa1a

Please sign in to comment.