Chromium Code Reviews| Index: util/util.gyp |
| diff --git a/util/util.gyp b/util/util.gyp |
| index 83f2c5599b2fd9e4116bf3c96fa5e406b829e865..7ef9c4ee72e4e6d4ad90aad83d9c72038df3dad5 100644 |
| --- a/util/util.gyp |
| +++ b/util/util.gyp |
| @@ -259,6 +259,7 @@ |
| }, |
| 'msvs_disabled_warnings': [ |
| 4201, # nonstandard extension used : nameless struct/union. |
| + 4577, # 'noexcept' used with no exception handling mode specified |
| ], |
| 'conditions': [ |
| ['target_arch=="ia32"', { |