commit | c322999d5ad763c1088c3acc97add89786c1c825 | [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 | 1060243e968b736fe59134913d6a50cd398f513a [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>