We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6f6db commit 3a0a05fCopy full SHA for 3a0a05f
1 file changed
tools/v8_gypfiles/toolchain.gypi
@@ -131,13 +131,27 @@
131
'xcode_settings': {
132
# -Wno-invalid-offsetof
133
'GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO': 'NO',
134
+ },
135
+ 'msvs_settings': {
136
+ 'VCCLCompilerTool': {
137
+ 'AdditionalOptions': ['-Wno-invalid-offsetof'],
138
139
140
+ }],
141
+ ['clang==1', {
142
+ 'cflags_cc': [
143
+ '-Wno-nullability-completeness',
144
+ ],
145
+ 'xcode_settings': {
146
'OTHER_CFLAGS': [
147
'-Wno-nullability-completeness',
148
],
149
},
150
'msvs_settings': {
151
'VCCLCompilerTool': {
- 'AdditionalOptions': ['-Wno-invalid-offsetof'],
152
+ 'AdditionalOptions': [
153
154
155
156
157
}],
0 commit comments