summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfa.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/xfa.gyp b/xfa.gyp
index f2047440f8..8306cd0f63 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -640,6 +640,12 @@
"xfa/src/fxgraphics/src/pre.h",
],
"conditions": [
+ ["clang==1" , {
+ # TODO(tsepez): remove this when FX fixes warnings
+ "cflags": [
+ "-Wno-deprecated-declarations"
+ ],
+ }],
["pdf_enable_v8==1", {
'dependencies': [
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',