diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-01-12 12:18:50 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-01-12 12:27:30 -0600 |
commit | 4b6657ce65e3b15118c663f7b03249560d282cbd (patch) | |
tree | dc0371edd6ff4a8bc38cab780492e29962c9e2f0 /meta-tlk/conf | |
parent | 9016be4d8005cfff3fedf4aded4600c6e110263a (diff) | |
download | meta-intel-4b6657ce65e3b15118c663f7b03249560d282cbd.tar.gz |
meta-intel/common: fix ptr->int and Werror=address compile errors1.2_M2.rc11.2_M2.final
A couple of things that had previously been warnings are now errors,
so they need to be fixed up.
The first problem is a comparison between the address of a static
struct and NULL, which can never be valid. A different fix for this
is upstream, which includes an API usage change; we don't need that to
fix this problem.
The second problem is a cast from pointer to integer in fbdevhw.c.
This also is fixed upstream by removing the whole section of code
which is bogus anyway, which is also done here.
This also adds a missing PR to the xserver-xorg recipe.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-tlk/conf')
0 files changed, 0 insertions, 0 deletions