K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-06-24T00:37:26.000000Z K 7 svn:log V 303 Explicitly widen int types before casting to pointer types. On 64-bit platforms the compiler warns about incompatible integer/pointer casts and on ia64 this generally is bad news. We know that what we're doing here is valid/correct, so suppress the warning. No functional change. Sleeps better: marcel END