commit | cfde117042d8c64263c2819e6e37adac2ebf2587 | [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 | c97b2c8081a04a421624a3a42cd0f798a9e9a0fa [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>