> Date: Mon, 18 Apr 2011 15:55:42 +1000
> From: Peter Hutterer <[email protected]>
> 
> resource.c: In function 'AddResource':
> resource.c:493:3: warning: format '%lx' expects type 'long unsigned int',
> but argument 3 has type 'RESTYPE'
> 
> RESTYPE is uint32_t, not long.

Well, uint32_t isn't a fundamental type.  And while the most natural
thing on ILP32 and LP64 systems is to typedef it as unsigned int, it
may actually be unsigned long on some systems.  It probably is on Windows.
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to