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

Unified Diff: gyp/poppler.gyp

Issue 74193005: Add extra warnings to match what Android uses. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « gyp/common_conditions.gypi ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/poppler.gyp
diff --git a/gyp/poppler.gyp b/gyp/poppler.gyp
index 5b53389b7883bfdc85eb9801979982ede3eec6f3..027aea381a2e3d09c15aad9b25e302d9395f611d 100644
--- a/gyp/poppler.gyp
+++ b/gyp/poppler.gyp
@@ -129,6 +129,9 @@
'cflags': [
'-w'
],
+ 'cflags_cc!': [
+ '-fno-rtti'
+ ],
'conditions': [
['skia_os == "linux"', {
'include_dirs': [
« no previous file with comments | « gyp/common_conditions.gypi ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698