From 97da97662417085774f75c26e535c6fbe70266ae Mon Sep 17 00:00:00 2001 From: Wei Li Date: Fri, 11 Mar 2016 17:00:48 -0800 Subject: Re-enable MSVC warning 4800 for compiling with chromium_code Mainly change the code to avoid the warnings; in a few cases we have to use explicit casts. BUG=pdfium:29 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1783023002 . --- pdfium.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdfium.gyp') 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': [ -- cgit v1.2.3