commit | e7c0f42a2e29cfc87cb22ed6f213c77172d95f42 | [log] [tgz] |
---|---|---|
author | Juan Pablo Conde <juanpablo.conde@arm.com> | Thu Jun 22 16:33:15 2023 -0500 |
committer | Juan Pablo Conde <juanpablo.conde@arm.com> | Mon Jun 26 15:03:08 2023 -0500 |
tree | 82b370ccd09eeee85b873430fae3838d3958e4db | |
parent | 14196178f114843ba769748c21f6919aa018b0c8 [diff] |
refactor(fdt-wrappers): fix for unit testing errors As the unit testing project uses the host machine GCC version to compile, it is marking non-casted references as errors. This patch adds the proper casting, so it compiles correctly for both Arm platforms and host machines for unit testing. Change-Id: Iee96e9117301ba28b6f164aac2cd36dc0f8b6be8 Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>