Attention is currently required from: Michał Żygowski, Paul Menzel, Michał Kopeć, Felix Held.
Hello build bot (Jenkins), Michał Żygowski, Michał Kopeć, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/66265
to look at the new patch set (#5).
Change subject: superio/nuvoton/nct6687d: Fix unexpected expression ......................................................................
superio/nuvoton/nct6687d: Fix unexpected expression
Expression after a case statement are not allowed. Fix this by adding a scope for the switch case.
This fixes building with clang.
Change-Id: Ie369454f10b515aa5601a5e78330e12f4b7a5e4c Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/superio/nuvoton/nct6687d/superio.c 1 file changed, 18 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/66265/5