Descriptionv8.gyp disables specific msvc warnings (like: "forcing uint32_t to boolean"), but they still show up.
This happens because they are only disabled for the 'v8_base' target, but since these warnings are generated at link time, they also show up when linking 'mksnapshot' or 'v8_nosnapshot'.
This patch fixes that.
Patch Set 1 #
|