Remove -Werror from deps/v8/SConstruct
-_-
This commit is contained in:
parent
c488e5775a
commit
04999ef969
@ -3,8 +3,7 @@ path = require("path");
|
|||||||
libDir = path.join(path.dirname(__filename), "../lib");
|
libDir = path.join(path.dirname(__filename), "../lib");
|
||||||
require.paths.unshift(libDir);
|
require.paths.unshift(libDir);
|
||||||
|
|
||||||
var sys = (require("sys"));
|
var puts = require("sys").puts;
|
||||||
for (var i in sys) global[i] = sys[i];
|
|
||||||
http = require("http");
|
http = require("http");
|
||||||
|
|
||||||
fixed = ""
|
fixed = ""
|
||||||
|
1
deps/v8/SConstruct
vendored
1
deps/v8/SConstruct
vendored
@ -267,7 +267,6 @@ V8_EXTRA_FLAGS = {
|
|||||||
'gcc': {
|
'gcc': {
|
||||||
'all': {
|
'all': {
|
||||||
'WARNINGFLAGS': ['-Wall',
|
'WARNINGFLAGS': ['-Wall',
|
||||||
'-Werror',
|
|
||||||
'-W',
|
'-W',
|
||||||
'-Wno-unused-parameter',
|
'-Wno-unused-parameter',
|
||||||
'-Wnon-virtual-dtor']
|
'-Wnon-virtual-dtor']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user