diff options
author | Wei Li <weili@chromium.org> | 2016-03-14 15:10:46 -0700 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2016-03-14 15:10:46 -0700 |
commit | f89acbcf5c652dc2eb3509568b3a5a57cb4c4c5e (patch) | |
tree | cb2e3f54ba8a4edf396691cd04ebd5a3ef62b5da /xfa.gyp | |
parent | 19fdd5878b072af261f1fd6682639ef3dabcdb68 (diff) | |
download | pdfium-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.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, ], |