mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
win: Disable C4201 in util.gyp for building without crashpad common.gypi
R=mark@chromium.org BUG=crashpad:1, crashpad:526488 Review URL: https://codereview.chromium.org/1421173002 .
This commit is contained in:
parent
4b8b42be6c
commit
1a9c8b0e9d
@ -246,6 +246,9 @@
|
||||
'-lwinhttp.lib',
|
||||
],
|
||||
},
|
||||
'msvs_disabled_warnings': [
|
||||
4201, # nonstandard extension used : nameless struct/union.
|
||||
],
|
||||
'conditions': [
|
||||
['target_arch=="ia32"', {
|
||||
'msvs_settings': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user