Browse Source

Remove -Werror from deps/v8/SConstruct

-_-
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
04999ef969
  1. 3
      benchmark/http_simple.js
  2. 1
      deps/v8/SConstruct

3
benchmark/http_simple.js

@ -3,8 +3,7 @@ path = require("path");
libDir = path.join(path.dirname(__filename), "../lib");
require.paths.unshift(libDir);
var sys = (require("sys"));
for (var i in sys) global[i] = sys[i];
var puts = require("sys").puts;
http = require("http");
fixed = ""

1
deps/v8/SConstruct

@ -267,7 +267,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
'-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']

Loading…
Cancel
Save