Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84277?usp=email )
Change subject: edid.h: Increase EDID_ASCII_STRING_LENGTH to 14 ......................................................................
edid.h: Increase EDID_ASCII_STRING_LENGTH to 14
This fixes following errors (using GCC-15): CC+STRIP src/drivers/mipi/panel-KD_KD101NE3_40TI.c CC+STRIP src/drivers/mipi/panel-LCE_LMFBX101117480.c src/drivers/mipi/panel-LCE_LMFBX101117480.c:7:33: error: initializer-string for array of 'char' is too long [-Werror=unterminated-string-initialization] 7 | .ascii_string = "LMFBX101117480", | ^~~~~~~~~~~~~~~~
Change-Id: I48196ba7f7cd8520dbf7f62385b7d83012ad617f Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/edid.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/84277/1
diff --git a/src/include/edid.h b/src/include/edid.h index b2d6aa2..a21609e 100644 --- a/src/include/edid.h +++ b/src/include/edid.h @@ -44,7 +44,7 @@ * unsigned int. We can move more into this struct as needed. */
-#define EDID_ASCII_STRING_LENGTH 13 +#define EDID_ASCII_STRING_LENGTH 14
struct edid { /* These next three things used to all be called bpp.