diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 982d31ea17..f5743d242e 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -96,7 +96,7 @@ 'msvs_disabled_warnings': [ 4005, 4018, 4146, 4333, 4345, 4267, # TODO(thestig): Fix all instances, remove this, pdfium:29 - 4245, 4310, 4389, 4701, 4702, 4706, 4800, + 4245, 4310, 4389, 4701, 4702, 4706, ], 'variables': { 'clang_warning_flags': [ |