We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d20b6 commit 128170fCopy full SHA for 128170f
deps/openssl/openssl_common.gypi
@@ -57,14 +57,17 @@
57
],
58
}, {
59
# linux and others
60
- 'cflags': ['-Wno-missing-field-initializers',
61
- ## TODO: check gcc_version>=4.3
62
- '-Wno-old-style-declaration'],
+ 'cflags': ['-Wno-missing-field-initializers',],
63
'defines': [
64
'OPENSSLDIR="/etc/ssl"',
65
'ENGINESDIR="/dev/null"',
66
'TERMIOS',
67
+ 'conditions': [
+ [ 'llvm_version==0', {
68
+ 'cflags': ['-Wno-old-style-declaration',],
69
+ }],
70
+ ],
71
}],
72
]
73
}
0 commit comments