summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authorWei Li <weili@chromium.org>2016-03-14 15:10:46 -0700
committerWei Li <weili@chromium.org>2016-03-14 15:10:46 -0700
commitf89acbcf5c652dc2eb3509568b3a5a57cb4c4c5e (patch)
treecb2e3f54ba8a4edf396691cd04ebd5a3ef62b5da /xfa.gyp
parent19fdd5878b072af261f1fd6682639ef3dabcdb68 (diff)
downloadpdfium-f89acbcf5c652dc2eb3509568b3a5a57cb4c4c5e.tar.xz
Re-enable warning 4201 for xfa and other clean up
Re-enable the warning by naming the unnamed structs. Also clean up fx_graphics files. BUG=pdfium:29 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1784323006 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 39de1be6ec..78593dfa6d 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -8,8 +8,6 @@
],
'msvs_disabled_warnings': [
4005, 4018, 4146, 4333, 4345, 4267,
- # TODO(ochang): Investigate if this can be fixed properly.
- 4201,
# TODO(thestig): Fix all instances, remove this, pdfium:29
4245, 4310, 4389, 4701, 4702, 4706, 4800,
],