diff options
author | isaacs <i@izs.me> | 2012-09-18 15:26:53 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2012-09-21 01:52:27 +0200 |
commit | d77c24de3f817b4c63040ac44d33a24d59ab5475 (patch) | |
tree | b863cc1e686fb71e76ba9a806eb1e1406a3a778c /deps/v8/tools/gyp/v8.gyp | |
parent | 3411a03dd114d635800cc50749d2351cd734eb2a (diff) | |
download | node-new-d77c24de3f817b4c63040ac44d33a24d59ab5475.tar.gz |
V8: reapply floating patches
Diffstat (limited to 'deps/v8/tools/gyp/v8.gyp')
-rw-r--r-- | deps/v8/tools/gyp/v8.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/tools/gyp/v8.gyp b/deps/v8/tools/gyp/v8.gyp index b646567b57..08500a413b 100644 --- a/deps/v8/tools/gyp/v8.gyp +++ b/deps/v8/tools/gyp/v8.gyp @@ -728,6 +728,9 @@ '../../src/win32-math.h', ], 'msvs_disabled_warnings': [4351, 4355, 4800], + 'direct_dependent_settings': { + 'msvs_disabled_warnings': [4351, 4355, 4800], + }, 'link_settings': { 'libraries': [ '-lwinmm.lib', '-lws2_32.lib' ], }, |