Index: xfa.gyp |
diff --git a/xfa.gyp b/xfa.gyp |
index f2047440f8ac9f6c173f09cb2ebb2abcf659283d..8306cd0f637dfaf8ca018eeb464ef27997463220 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', |