diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp index 16fc04e2aca..c0bf410fa48 100644 --- a/deps/openssl/openssl.gyp +++ b/deps/openssl/openssl.gyp @@ -676,6 +676,10 @@ 'OPENSSLDIR="/etc/ssl"', 'TERMIOS', ], + 'cflags': [ + '-Wno-missing-field-initializers', + '-Wno-old-style-declaration', + ], }], ['OS=="solaris"', { 'defines': ['__EXTENSIONS__'],