 Chromium Code Reviews
 Chromium Code Reviews Issue 1783023002:
  Re-enable MSVC warning 4800 for compiling with chromium_code  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master
    
  
    Issue 1783023002:
  Re-enable MSVC warning 4800 for compiling with chromium_code  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master| Index: pdfium.gyp | 
| diff --git a/pdfium.gyp b/pdfium.gyp | 
| index 982d31ea174b8903d23a5930ad3309c63985ac51..f5743d242e6015c6d27c45b9e434b9ef1c9b7d5c 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': [ |