|
Description
|
When building ON with gcc (on x86) there are some warnings in common/io/xge.
gcc doesn't like implicit conversions between pointers and integers of different
sizes, so save the day with uintptr_t casts. And I put a space in front of the PRIx64
macro.
The suggested fix compiles but I haven't tested it.
xxxxx@xxxxx.com 2005-05-18 20:30:09 GMT
|