Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 13f22ea345cd1fca44dc02acfe40d98f15ed48ef..a520eede90bcbd4804e6ef44099c7dbe36844f89 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -309,6 +309,13 @@ |
'include_dirs': [ |
], |
'ldflags': [ '-L<(PRODUCT_DIR)',], |
+ 'msvs_settings': { |
+ 'VCCLCompilerTool': { |
+ # Unresolved warnings in fx_codec_jpx_opj.cpp |
+ # https://code.google.com/p/pdfium/issues/detail?id=100 |
+ 'WarnAsError': 'false', |
+ }, |
+ }, |
'sources': [ |
'core/include/fxcodec/fx_codec.h', |
'core/include/fxcodec/fx_codec_def.h', |