mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-16 18:11:22 +00:00
When compiled for Broxton, Buffers.Translations() is a stub and GCC 8 correctly identifies the use of unitialized fields. However, it can't see that it's never called in that case. Draw the definition of Program_Buffer_Translations() inside the respective `if` to make that clear. Change-Id: I8edbb8ac9249d76465d1cd07526fb6eeef0618e1 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/26305 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Adrian-Ken Rueegsegger <ken@codelabs.ch>