Index: src/v8.gyp |
diff --git a/src/v8.gyp b/src/v8.gyp |
index 7bc0c437ad2ea224156a936215b94373edac8d5b..e75589fa827395c11759d4fd79034f96077a81a4 100644 |
--- a/src/v8.gyp |
+++ b/src/v8.gyp |
@@ -1748,6 +1748,7 @@ |
], |
# TODO(dgozman): fix these warnings and enable them. |
'msvs_disabled_warnings': [ |
+ 4267, # Truncation from size_t to int. |
4305, # Truncation from 'type1' to 'type2'. |
4324, # Struct padded due to declspec(align). |
4714, # Function marked forceinline not inlined. |
@@ -1756,6 +1757,7 @@ |
], |
'cflags': [ |
'-Wno-zero-length-array', |
+ '-Wno-shorten-64-to-32', |
'-Wno-deprecated-declarations', |
], |
}], |