summaryrefslogtreecommitdiffstats
path: root/webkit/build
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build')
-rw-r--r--webkit/build/V8Bindings/SConscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/build/V8Bindings/SConscript b/webkit/build/V8Bindings/SConscript
index 974e7c6..710763e 100644
--- a/webkit/build/V8Bindings/SConscript
+++ b/webkit/build/V8Bindings/SConscript
@@ -31,13 +31,6 @@ else:
'$LIBXML_DIR/include',
])
-if env['PLATFORM'] == 'posix':
- env.Append(
- CCFLAGS = [
- '-Wno-error'
- ]
- )
-
inputs = [
'$SHARED_DIR/PausedTimeouts.cpp',