Files
Boyan Karatotev 0c3b84c1e2 fix(dice): prevent compiler warnings
LTO builds make the compiler observe possible unitialised accesses.
That's not the case, but calm it down with a 0. It also doesn't like the
declaration mismatch in tc so bring it in line.

Change-Id: I0276257d05d1cb1d4f7e1e0d914c48c8ab3d308d
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-10-15 13:39:40 +01:00
..