Chromium Code Reviews| Index: pdfium.gyp |
| diff --git a/pdfium.gyp b/pdfium.gyp |
| index 9039190053956bb90358fb693251759a830d4c5e..a011ef49b839b54548eefcb806776aada755caf5 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_', ], |