Attention is currently required from: Elyes Haouas.
Julius Werner has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/84169?usp=email )
Change subject: soc/qclib_common.h: Fix Wunterminated-string-initialization error on qclib_cb_if_table ......................................................................
Patch Set 5: Code-Review-2
(1 comment)
Patchset:
PS5: ...okay, I'm not gonna -2 each of these individually. Data structures have meaning, you can't just go into a ton of code you're not familiar with and start changing sizes willy-nilly. These are used to interoperate with other code that expects an exact format, and they will break if you randomly shift things around.
Maybe forget about this particular warning, or use pragmas to disable it around code where it is more harmful than helpful.