Skip to content

Commit 50cfeef

Browse files
committed
Remove -Wall from v8 build
1 parent 412cebe commit 50cfeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/v8/build/common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
'cflags': [ '-I/usr/pkg/include' ],
306306
}],
307307
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
308-
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
308+
'cflags': [ '-Wno-unused-parameter',
309309
'-Wnon-virtual-dtor', '-Woverloaded-virtual' ],
310310
}],
311311
],

0 commit comments

Comments
 (0)