Skip to content

Commit

Permalink
Fix clang scan-build "zlib-ng/memcopy.h:298:5: warning: Value stored …
Browse files Browse the repository at this point in the history
…to 'from' is never read"
  • Loading branch information
gdevenyi authored and Dead2 committed Oct 15, 2018
1 parent 9992d3b commit 3f4de7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion memcopy.h
Expand Up @@ -295,7 +295,6 @@ static inline unsigned char *byte_memset(unsigned char *out, unsigned len) {
unsigned rem = len % sz;
len /= sz;
out += rem;
from += rem;

unsigned by8 = len % 8;
len -= by8;
Expand Down

0 comments on commit 3f4de7e

Please sign in to comment.