micropython/extmod/uzlib
Damien George ed2be79b49 extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned.
The struct member "dest" should never be less than "destStart", so their
difference is never negative.  Cast as such to make the comparison
explicitly unsigned, ensuring the compiler produces the correct comparison
instruction, and avoiding any compiler warnings.
2019-12-23 00:07:03 +11:00
..
adler32.c
crc32.c
defl_static.h
tinf.h
tinf_compat.h
tinfgzip.c
tinflate.c extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned. 2019-12-23 00:07:03 +11:00
tinfzlib.c
uzlib.h
uzlib_conf.h