Skip to content

Commit 02faa1a

Browse files
refackBridgeAR
authored andcommitted
build,deps: less warnings from V8
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>
1 parent 8b8297d commit 02faa1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/v8/gypfiles/toolchain.gypi

+1
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,7 @@
13931393
], # conditions
13941394
}, # Release
13951395
}, # configurations
1396+
'cflags': [ '-Wno-type-limits', ],
13961397
'msvs_disabled_warnings': [
13971398
4245, # Conversion with signed/unsigned mismatch.
13981399
4267, # Conversion with possible loss of data.

0 commit comments

Comments
 (0)