Skip to content
Commit 022f6891 authored by Jason Evans's avatar Jason Evans
Browse files

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.
parent 33184bf6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment