Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: pdfium.gyp

Issue 818363006: fix a few linux compilation warnings (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_', ],
« core/src/fxcodec/lcms2/lcms2-2.6/src/cmslut.c ('K') | « fpdfsdk/src/javascript/JS_Object.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698