diff --git a/deps/v8/gypfiles/toolchain.gypi b/deps/v8/gypfiles/toolchain.gypi index ea8f1c2f00da56..fbf6832d2788a3 100644 --- a/deps/v8/gypfiles/toolchain.gypi +++ b/deps/v8/gypfiles/toolchain.gypi @@ -1431,6 +1431,7 @@ }], ], }, # configurations + 'cflags': [ '-Wno-type-limits', ], 'msvs_disabled_warnings': [ 4245, # Conversion with signed/unsigned mismatch. 4267, # Conversion with possible loss of data.