summaryrefslogtreecommitdiff
path: root/lib/psci/psci_setup.c
diff options
context:
space:
mode:
authorJustin Chadwell <justin.chadwell@arm.com>2019-09-20 09:13:14 +0100
committerJustin Chadwell <justin.chadwell@arm.com>2019-09-20 09:17:55 +0100
commit019b03a3001a61f7d42fa70abee6c284f542b2d2 (patch)
tree43579e0c40f00d40879fb9e140470d113eb6b2b5 /lib/psci/psci_setup.c
parent6a7cbfd56837409b85c26df0206177e59fc95a79 (diff)
Fix MTE support from causing unused variable warnings
assert() calls are removed in release builds, and if that assert call is the only use of a variable, an unused variable warning will be triggered in a release build. This patch fixes this problem when CTX_INCLUDE_MTE_REGS by not using an intermediate variable to store the results of get_armv8_5_mte_support(). Change-Id: I529e10ec0b2c8650d2c3ab52c4f0cecc0b3a670e Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
Diffstat (limited to 'lib/psci/psci_setup.c')
0 files changed, 0 insertions, 0 deletions