diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-06-04 21:15:57 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-04 21:15:57 +0000 |
commit | 82df54058ae56edef579d75421f216351bfd723e (patch) | |
tree | 3fddbe37e8cca9422ca43a1108a9c334f0d3bb7e /fxjs/js_define.h | |
parent | d6c6a9f36666c290922efd59ba37bdfc3667eca4 (diff) | |
download | pdfium-82df54058ae56edef579d75421f216351bfd723e.tar.xz |
Fix a number of unused writes in barcode code
This fixes a number of instances where a value is written out to a
variable, but never used in the barcode. There are three different
types of fixes employed in this CL. If the non-use is a bug, then
rewrite the code to actually use the value. If it is an assignment
with no side effects, then just remove the entire line. Finally if it
is an assignment of a function return value, cast it to void instead
to clearly mark that the return is being ignored.
Issues found with Clang Static Analyzer.
Change-Id: If13a3684cb2db81592cce9a798788a26fcdb4c6d
Reviewed-on: https://pdfium-review.googlesource.com/33771
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'fxjs/js_define.h')
0 files changed, 0 insertions, 0 deletions