diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 7f084b8c1d..72f7d354af 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -324,7 +324,7 @@ }, 'conditions': [ ['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' ], }], ],