[Pixman] [PATCH] sse2: Use uintptr_t in type casts from pointer to integral value

Søren Sandmann sandmann at cs.au.dk
Tue Feb 12 23:37:19 PST 2013


Chris Wilson <chris at chris-wilson.co.uk> writes:

> On Sat, Feb 09, 2013 at 12:40:16PM +0100, Stefan Weil wrote:
>> Some recent code added new type casts from pointer to unsigned long.
>> These type casts result in compiler warnings for systems like
>> MinGW-w64 (64 bit Windows) where sizeof(unsigned long) != sizeof(void *).
>> 
>> Signed-off-by: Stefan Weil <sw at weilnetz.de>
>
> I thought I addressed those before sending,
> Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>

Pushed.

Thanks,
Soren


More information about the Pixman mailing list