Jacob Meuser <jake...@sdf.org> wrote:

> xmmix is obviously not 64-bit clean.  just build it on amd64 and look
> at the warnings.

A cursory look over the source suggests these are harmless.  This
is one of those cases where people pass int values through pointer
variables.  The caller casts the int to a pointer, the callee casts
the pointer back to an int.  No information is lost.  That's ugly,
but it doesn't break on LP64.

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to