From 88aa3a76d309e8192a206e40d418294d89f35adb Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 3 Mar 2016 13:10:20 -0800 Subject: Suppress deprecation warnings for XFA. Temporary measure until FX fixes these (or I do). This is blocking rolling XFA into chrome. R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1764503003 . --- xfa.gyp | 6 ++++++ 1 file changed, 6 insertions(+) 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', -- cgit v1.2.3