coreboot/payloads/libpayload/curses
Elyes Haouas ecbca16bf4 tree: Replace union {0} initializers with {} for C23 compliance
This change addresses GCC-15 behavior where {0} union initializers only
clear the first member, leaving padding bits uninitialized. The new {}
initializer ensures full union clearing as required by C23.

Change-Id: I1d9b063d8bdd3d2f0b0f67e6c20eb484ff6a5cc5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2025-08-11 16:40:34 +00:00
..
form libpayload: Remove unnecessary brackets 2023-08-26 21:05:54 +00:00
menu payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
PDCurses tree: Replace union {0} initializers with {} for C23 compliance 2025-08-11 16:40:34 +00:00
pdcurses-backend libpayload: curses: Only call serial_set_color() with initialized values 2021-07-14 08:22:05 +00:00
colors.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
curses.h includes: Provide wchar.h with wchar_t and wint_t 2021-06-18 04:38:16 +00:00
curses.priv.h payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
keyboard.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
local.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.mk payloads: Rename Makefiles from .inc to .mk 2024-01-24 10:15:10 +00:00
tinycurses.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00