Remove -Werror from v8 SConstruct
This commit is contained in:
parent
fd3cd755d1
commit
883b3e2873
1
deps/v8/SConstruct
vendored
1
deps/v8/SConstruct
vendored
@ -300,7 +300,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