Remove -Wall from v8 build
This commit is contained in:
parent
412cebec9e
commit
50cfeef65e
2
deps/v8/build/common.gypi
vendored
2
deps/v8/build/common.gypi
vendored
@ -305,7 +305,7 @@
|
||||
'cflags': [ '-I/usr/pkg/include' ],
|
||||
}],
|
||||
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
|
||||
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
|
||||
'cflags': [ '-Wno-unused-parameter',
|
||||
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
|
||||
}],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user