Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 1f852d6c76a02a8e635b9f39e13b6739dd7d75dc..9476241326a7ca8466e5684104a52f39996ab49c 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', |