diff options
author | isaacs <i@izs.me> | 2012-05-29 15:09:31 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-01 22:31:04 -0700 |
commit | 7946ad2634201e3ab730ee894a4723698bc7e6a1 (patch) | |
tree | 36b65bde5c96e934760000f8158495af7bce8c34 /deps | |
parent | cbdf3393a21690178822c2d6ce2513270d70a02e (diff) | |
download | node-new-7946ad2634201e3ab730ee894a4723698bc7e6a1.tar.gz |
v8: Floating patches
Diffstat (limited to 'deps')
-rw-r--r-- | deps/v8/build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 7f084b8c1d..72f7d354af 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -324,7 +324,7 @@ }, 'conditions': [ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', { - 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', + 'cflags': [ '-Wno-unused-parameter', '-Wnon-virtual-dtor', '-Woverloaded-virtual' ], }], ], |