commit | 4dd3f53fa48a3a05db07b9a3f90b37f1b55978d6 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Tue Sep 21 09:57:08 2021 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Tue Oct 12 14:00:47 2021 +0100 |
tree | d6fd23b2e18270a7b389c5c80957755a8cd4dd20 | |
parent | 9535257c8e737927b269091d2a0043c9dbfb8562 [diff] |
fix(clang): fix bugprone-narrowing-conversions errors Remove silent narrowing conversions. Note in fdt_patch_mem since the conversion of fdt_max_size occurs on the boundary between hafnium and third_party libaries we use a cast to make the conversion explicit however the conversion itself is not removed. Signed-off-by: Daniel Boulby <daniel.boulby@arm.com> Change-Id: I4ece5be0262ae06e3dc63e5970ec1a014956a43f
Hafnium is a hypervisor, initially supporting aarch64 (64-bit Armv8 CPUs).
Get in touch and keep up-to-date at hafnium@lists.trustedfirmware.org. See feature requests and bugs on our bug dashboard.
To jump in and build Hafnium, follow the getting started instructions.
If you want to contribute to the project, see details of how we accept contributions.
More documentation is available on: