| Index: tools/gyp/configurations_msvs.gypi
|
| ===================================================================
|
| --- tools/gyp/configurations_msvs.gypi (revision 26839)
|
| +++ tools/gyp/configurations_msvs.gypi (working copy)
|
| @@ -29,6 +29,10 @@
|
| ],
|
| },
|
| },
|
| + # C4351 warns MSVC follows the C++ specification regarding array
|
| + # initialization in member initializers. Code that expects the
|
| + # specified behavior should silence this warning.
|
| + 'msvs_disabled_warnings': [4351],
|
| },
|
|
|
| 'Dart_Release': {
|
| @@ -56,6 +60,10 @@
|
| ],
|
| },
|
| },
|
| + # C4351 warns MSVC follows the C++ specification regarding array
|
| + # initialization in member initializers. Code that expects the
|
| + # specified behavior should silence this warning.
|
| + 'msvs_disabled_warnings': [4351],
|
| },
|
| },
|
| 'defines': [
|
|
|