summaryrefslogtreecommitdiff
path: root/deps/v8
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-12 21:50:31 -0700
committerisaacs <i@izs.me>2012-03-12 21:50:31 -0700
commit4e85257c6ea1a802bc5eceb9645967cbb844a9cc (patch)
tree29eca9c7223f38556850d5b67c37a4c29ef91c09 /deps/v8
parente4fc2cbfd354d8ad74c465e508531d92de2b4d52 (diff)
downloadnode-4e85257c6ea1a802bc5eceb9645967cbb844a9cc.tar.gz
Patches floating on V8
Diffstat (limited to 'deps/v8')
-rw-r--r--deps/v8/build/common.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi
index 9976d2504..6e1cbea7a 100644
--- a/deps/v8/build/common.gypi
+++ b/deps/v8/build/common.gypi
@@ -305,7 +305,7 @@
'cflags': [ '-I/usr/pkg/include' ],
}],
['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' ],
}],
],
@@ -352,7 +352,6 @@
}], # OS=="mac"
['OS=="win"', {
'msvs_configuration_attributes': {
- 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},