Chromium Code Reviews| Index: xfa.gyp |
| diff --git a/xfa.gyp b/xfa.gyp |
| index cf9a18e7c83e91f3ac5e032554b9f1495b6b9278..ea66d945ad0b61373d1b1c8651ca0e0e78d317ae 100644 |
| --- a/xfa.gyp |
| +++ b/xfa.gyp |
| @@ -8,6 +8,8 @@ |
| ], |
| 'msvs_disabled_warnings': [ |
| 4005, 4018, 4146, 4333, 4345, 4267, |
| + # TODO(ochang): Investigate if this can be fixed properly. |
| + 4201, |
| # TODO(thestig): Fix all instances, remove this, pdfium:29 |
| 4245, 4310, 4389, 4701, 4702, 4706, 4800, |
| ], |