Current miniz doesn't support ARM compiler. When compiling with ARM compiler,
the following error occurred.
"xxxx/miniz.c", line 2299: Error: #65: expected a ";"
static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, mz_uint max_match_len, mz_uint *pMatch_dist, mz_uint *pMatch_len)
^
This patch supports ARM compiler and fixes the error.
Thanks
Original issue reported on code.google.com by komami...@gmail.com on 7 Feb 2014 at 10:03
Original issue reported on code.google.com by
komami...@gmail.com
on 7 Feb 2014 at 10:03Attachments: