projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8e9b3
)
Remove -Werror from V8
author
Ryan Dahl
<ry@tinyclouds.org>
Mon, 28 Feb 2011 20:58:15 +0000
(12:58 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Mon, 28 Feb 2011 20:58:15 +0000
(12:58 -0800)
deps/v8/SConstruct
patch
|
blob
|
history
diff --git
a/deps/v8/SConstruct
b/deps/v8/SConstruct
index 6b155e4593356a95d7d2dc937ec4e1218402028e..436581a9baff3c0a8a9367cb873ba0c30866ea3d 100644
(file)
--- a/
deps/v8/SConstruct
+++ b/
deps/v8/SConstruct
@@
-306,7
+306,6
@@
V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
- '-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']