| Index: third_party/crashpad/crashpad/util/util.gyp
|
| diff --git a/third_party/crashpad/crashpad/util/util.gyp b/third_party/crashpad/crashpad/util/util.gyp
|
| index 48194907317436dc1247395e2deeef5a45938bea..e8ad186e3a6d9c3d10a939149121a95295c50f7b 100644
|
| --- a/third_party/crashpad/crashpad/util/util.gyp
|
| +++ b/third_party/crashpad/crashpad/util/util.gyp
|
| @@ -265,6 +265,11 @@
|
| 4201, # nonstandard extension used : nameless struct/union.
|
| 4577, # 'noexcept' used with no exception handling mode specified
|
| ],
|
| + 'direct_dependent_settings': {
|
| + 'msvs_disabled_warnings': [
|
| + 4577, # 'noexcept' used with no exception handling mode specified
|
| + ],
|
| + },
|
| 'conditions': [
|
| ['target_arch=="ia32"', {
|
| 'msvs_settings': {
|
|
|