]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fixed clang static analysis warning value stored is never read in infcover.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 9 Jun 2020 04:08:52 +0000 (21:08 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 9 Jun 2020 06:32:24 +0000 (08:32 +0200)
commit072fcb16f449262ea5d824248c04dff23cca73fc
treea203cbcfd2eade227727eef40626a5cd8c5c09a0
parente666b3ef34d9ce323321905cd56e949488e6f508
Fixed clang static analysis warning value stored is never read in infcover.

  infcover.c:466:5: warning: Value stored to 'buf' is never read [deadcode.DeadStores]
    buf += len;
test/infcover.c