commit | 7728fad296ca86a9b5684c30b0b837b13ed22c6e | [log] [tgz] |
---|---|---|
author | Gabor Toth <gabor.toth2@arm.com> | Tue Aug 06 13:53:57 2024 +0200 |
committer | gabor-toth-arm <Gabor.Toth2@arm.com> | Mon Sep 23 09:41:22 2024 +0200 |
tree | 67e095eae711c163bf3c0dc19f76a6b1a8502af0 | |
parent | 0706b6589bc2c3df8e36143f6769c8f1f4ac93fe [diff] |
Fix -Werror related build issues The release build triggers unused variable warnings due to asserts being removed. Change affected code to remove the warnings. For projects depending on the TF-A external component define the TF-A specific ENABLE_ASSERTIONS=0 macro to avoid warnings in TF-A source files. Signed-off-by: Gabor Toth <gabor.toth2@arm.com> Change-Id: Idf861bb1c7b1f90fc3a0d10aa59ea1e5943ea49a