Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index 5b41ed08feffeeb538ee29fc517cba3f5573ab59..8fbf619fa8bc75bb7a850a808259e68badb25db3 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -20,7 +20,7 @@ |
'conditions': [ |
['target_arch=="x64"', { |
'defines' : [ '_FX_CPU_=_FX_X64_', ], |
- 'cflags': [ '-fPIC', ], |
+ 'cflags': [ '-fPIC', '-Wno-sign-compare'], |
}], |
['target_arch=="ia32"', { |
'defines' : [ '_FX_CPU_=_FX_X86_', ], |