Skip to content

Commit 2060e32

Browse files
committed
Kill -Werror in V8 for GCC 4.4.1 users.
http://code.google.com/p/v8/issues/detail?id=413
1 parent 335d9af commit 2060e32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/v8/SConstruct

-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ V8_EXTRA_FLAGS = {
238238
'gcc': {
239239
'all': {
240240
'WARNINGFLAGS': ['-Wall',
241-
'-Werror',
242241
'-W',
243242
'-Wno-unused-parameter',
244243
'-Wnon-virtual-dtor']

0 commit comments

Comments
 (0)