On 12/07/2009 12:07 AM, Tino Lange wrote:
plzip.cc:601: warning: comparison is always false due to limited range of data type main.cc:1101: warning: comparison is always false due to limited range of data typeAre they serious?
Yes, they are true bugs. Using "(size_t)-1" instead of INT32_MAX or INT64_MAX (from <stdint.h>) is an outright error. -- _______________________________________________ Lzip-bug mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lzip-bug
