commit | 022f6891faf1fffa435f2bc613c25e8482a32702 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Wed Mar 02 22:41:32 2016 -0800 |
committer | Jason Evans <jasone@canonware.com> | Wed Mar 02 22:45:37 2016 -0800 |
tree | e5e4e5f31abbeabb31ef843b14de15fed1c63a2b | |
parent | 33184bf69813087bf1885b0993685f9d03320c69 [diff] |
Avoid a potential innocuous compiler warning. Add a cast to avoid comparing a ssize_t value to a uint64_t value that is always larger than a 32-bit ssize_t. This silences an innocuous compiler warning from e.g. gcc 4.2.1 about the comparison always having the same result.