diff options
author | Mark Wielaard <mark@klomp.org> | 2019-06-23 23:52:03 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-06-23 23:52:03 +0200 |
commit | 02fe3ca2349e45eee6dff6ca46bf9a9187f382c5 (patch) | |
tree | 5fd51ce2ae7b2d54afa62b916d6d839b87d039a1 /words2 | |
parent | 32db5b677a55fc32de6588deae2ac27c28728a05 (diff) | |
download | bzip2-02fe3ca2349e45eee6dff6ca46bf9a9187f382c5.tar.gz bzip2-02fe3ca2349e45eee6dff6ca46bf9a9187f382c5.tar.bz2 bzip2-02fe3ca2349e45eee6dff6ca46bf9a9187f382c5.zip |
bzip2.c (testStream): Remove set, but not used nread variable.
Modern GCC warns:
bzip2.c: In function ‘testStream’:
bzip2.c:557:37: warning: variable ‘nread’ set but not used
[-Wunused-but-set-variable]
Int32 bzerr, bzerr_dummy, ret, nread, streamNo, i;
^~~~~
GCC is correct. In testStream we don't care about the number of bytes
read by BZ2_bzRead. So just remove the variable and the assignment.
Diffstat (limited to 'words2')
0 files changed, 0 insertions, 0 deletions