commit | e079f217418c4d45ebc8e43bc6d8ab1d3cb2054a | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Apr 08 15:00:38 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Jul 03 08:15:13 2025 +0100 |
tree | fcf0bb72942fa779021efdecb81f693b491b8b53 | |
parent | bba2275a6b5aa34ed043003211e1ab480eaecc67 [diff] |
fix(intel): fix variable may be used uninitialized error When building with LTO, the compiler can correctly see that there are code paths that can lead to a variable used without it being written to. Give these variables a starting value of 0 as a reasonable default if/when this happens and to make the compiler happy. Change-Id: I1d1efdbc59945d15a18fb3cfd498061eb681e5f9 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>