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

Unified Diff: xfa.gyp

Issue 1770473002: Try again to suppress mac deprecation warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index f53a934c808e921be23e86a4fc8103cb7d007786..65d4751e937585078acfc04b32498b1bd632e341 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -700,6 +700,7 @@
["OS == 'mac'", {
"configurations": {},
"sources": [],
+ "cflags": [ "-Wno-deprecated-declarations" ],
}],
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698