Remove -Werror from V8
This commit is contained in:
parent
bc8e9b340d
commit
5f95d9a75d
1
deps/v8/SConstruct
vendored
1
deps/v8/SConstruct
vendored
@ -306,7 +306,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