openssl: disable harmless compiler warnings
Compile with -Wno-missing-field-initializers and -Wno-old-style-declaration. The warnings are harmless but they clutter the build output a great deal.
This commit is contained in:
parent
4b8721aad0
commit
d3fa0dcb89
4
deps/openssl/openssl.gyp
vendored
4
deps/openssl/openssl.gyp
vendored
@ -676,6 +676,10 @@
|
||||
'OPENSSLDIR="/etc/ssl"',
|
||||
'TERMIOS',
|
||||
],
|
||||
'cflags': [
|
||||
'-Wno-missing-field-initializers',
|
||||
'-Wno-old-style-declaration',
|
||||
],
|
||||
}],
|
||||
['OS=="solaris"', {
|
||||
'defines': ['__EXTENSIONS__'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user