diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-04 14:28:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-10 17:28:41 +0000 |
commit | f1e58216fa81f74bc31ab5d242927185d8a3bf0b (patch) | |
tree | 583d75612c5932f1eec58ca0b5fd537ff11d055f /meta/recipes-devtools/intltool | |
parent | 468998cddbe1a803096c9b357e1b5daa3b7e8c2e (diff) | |
download | poky-f1e58216fa81f74bc31ab5d242927185d8a3bf0b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/intltool')
0 files changed, 0 insertions, 0 deletions