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 extmod/uzlib/: Update uzlib to v2.0.2. 2016-08-17 14:47:30 +03:00
crc32.c extmod/uzlib/: Update uzlib to v2.0.2. 2016-08-17 14:47:30 +03:00
defl_static.h extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
tinf.h extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
tinf_compat.h extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
tinfgzip.c extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
tinflate.c extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned. 2019-12-23 00:07:03 +11:00
tinfzlib.c extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
uzlib.h extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00
uzlib_conf.h extmod/uzlib: Update uzlib to v2.9.2. 2019-01-27 10:59:30 +11:00