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

Unified Diff: build/standalone.gypi

Issue 1394483005: XFA: Update standalone.gypi and .gitignore to match master (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 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
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index a8818db720bb68590c1633663a99226521ce626c..c0eaef419df30e2ff6538aed44e0940d87aa128d 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -144,6 +144,10 @@
'cflags': [
'-Wall',
'-W',
+ '-Wno-missing-field-initializers',
+ # Code might someday be made clean for -Wsign-compare, but for now
+ # this produces too much noise to be useful.
+ '-Wno-sign-compare',
'-Wno-unused-parameter',
'-pthread',
'-fno-exceptions',
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698