Files
poky/meta/recipes-graphics
Nitin A Kamble f1e58216fa libxxf86dga: fix compilation with x32 toolchain
Fix type conversion for x32. For x32 the off_t is 64bit and pointers are
32bit.
so the conversion of pointer to off_t was resulting into this error:

| XF86DGA2.c:931:24: error: cast from pointer to integer of different
size [-Werror=pointer-to-int-cast]
| cc1: some warnings being treated as errors
|
| make[2]: *** [XF86DGA2.lo] Error 1

Fixed it by typecasting pointer into unsigned long 1st and then again
typecasting unsigned long to off_t.

(From OE-Core rev: 644aaa87a0e161f8a37267f13d4a18f6dfcd9a4f)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-10 17:28:41 +00:00
..
2011-12-13 12:28:09 +00:00
2011-12-22 13:13:44 +00:00
2012-01-03 12:14:23 +00:00
2011-09-29 16:46:47 +01:00
2011-12-21 17:16:30 +00:00
2011-12-19 12:17:58 +00:00
2012-01-03 12:14:33 +00:00
2011-11-08 14:32:54 +00:00
2011-12-21 17:16:28 +00:00
2011-12-08 15:24:32 +00:00
2011-12-02 15:28:42 +00:00
2011-11-30 22:18:11 +00:00
2011-12-08 15:24:32 +00:00
2011-12-15 14:36:26 +00:00
2011-12-21 17:16:29 +00:00