diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2024-10-02 12:27:52 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-10-02 12:42:32 +0000 |
commit | bc853b72aca27aba3431be9775373755ea9b6435 (patch) | |
tree | f60eb0e062ace497b049ac59522c4c6207031982 /src/soc/intel/xeon_sp | |
parent | 744e93e8b0f7214f4b9867a896dfa40087608faf (diff) |
soc/mt/mt8196/gpio_eint.c: Add assert message
This fixes the following warning with clang (18.1.6):
src/soc/mediatek/mt8196/gpio_eint.c:259:44: error: '_Static_assert' with no message is a C23 extension [-Werror,-Wc23-extensions]
259 | _Static_assert(ARRAY_SIZE(eint_data) == 293);
| ^
|
Change-Id: I934b6d7ee8e8a0c204a4e328331c3ff3cd0f07de
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84618
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp')
0 files changed, 0 insertions, 0 deletions