diff options
author | Changqing Li <changqing.li@windriver.com> | 2024-07-05 17:41:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-08 09:17:09 +0100 |
commit | 5d5297775a3db869409f5f945b2e8c93e4738e7c (patch) | |
tree | e1fdfe998069e6dfbd71ba0f859890869ea6368c /meta/files/common-licenses/PHP-3.01 | |
parent | 2de2968b8c142589a6fad47b9a82771ab7e5c0ab (diff) | |
download | poky-5d5297775a3db869409f5f945b2e8c93e4738e7c.tar.gz |
pixman: fix do_compile error
When debug build is enabled(-Og is used), pixman-native do_compile
failed with error:
In function ‘combine_inner’,
inlined from ‘combine_soft_light_ca_float’ at ../pixman-0.42.2/pixman/pixman-combine-float.c:655:1:
../pixman-0.42.2/pixman/pixman-combine-float.c:370:5: error: inlining failed in call to ‘always_inline’ ‘combine_soft_light_c’: function not considered for inlining
370 | combine_ ## name ## _c (float sa, float s, float da, float d)
Refer [1], always_inline is not suggested to use with indirect function
call, replace always_inline with __inline__ to fix the issue
[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107931
(From OE-Core rev: 4ab0d5c24b32a80432d9cfa6c904027b8a6710b5)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/common-licenses/PHP-3.01')
0 files changed, 0 insertions, 0 deletions