diff options
author | jinming_wang <jinming_wang@foxitsoftware.com> | 2016-03-07 22:58:03 +0800 |
---|---|---|
committer | jinming_wang <jinming_wang@foxitsoftware.com> | 2016-03-07 22:58:03 +0800 |
commit | 14e20b124744c3342d3ff0a288788e991087718b (patch) | |
tree | 3f3212f9fe9f4c6ec35ccd2c20de77bb80fa4ccd /xfa.gyp | |
parent | 5227e576a79e7c76aa0743930fd76bf340d36d41 (diff) | |
download | pdfium-14e20b124744c3342d3ff0a288788e991087718b.tar.xz |
Remove deprecated declarations
Remove deprecated declarations
BUG=pdfium:356
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/1769833002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -654,10 +654,6 @@ ], "conditions": [ ["clang==1" , { - # TODO(tsepez): remove this when FX fixes warnings - "cflags": [ - "-Wno-deprecated-declarations" - ], }], ["pdf_enable_v8==1", { 'dependencies': [ @@ -708,8 +704,6 @@ ["OS == 'mac'", { "configurations": {}, "sources": [], - "cflags": [ "-Wno-deprecated-declarations" ], - "defines!": [ "V8_DEPRECATION_WARNINGS" ], }], ] } |