mirror of https://github.com/nodejs/node.git
Remove -Wall from v8 build
parent
412cebec9e
commit
50cfeef65e
|
@ -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…
Reference in New Issue