diff options
-rw-r--r-- | BUILD.gn | 3 | ||||
-rw-r--r-- | xfa.gyp | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -51,6 +51,9 @@ config("pdfium_config") { "/wd4345", "/wd4267", + # TODO(ochang): Investigate if this can be fixed properly. + "/wd4201", + # TODO(thestig): Fix all instances, remove this, pdfium:29 "/wd4245", "/wd4310", @@ -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, ], |