Attention is currently required from: Angel Pons. Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51497 )
Change subject: compiler.h: Define a fallthrough statement ......................................................................
Patch Set 1:
(1 comment)
File src/commonlib/bsd/include/commonlib/bsd/compiler.h:
https://review.coreboot.org/c/coreboot/+/51497/comment/56036ee4_9a36008c PS1, Line 42: fallthrough
I'd work around this by naming the macro `fall_through`, until the vboot case is addressed.
changing the vboot code from __attribute__((fallthrough)) to __attribute__((__fallthrough__)) works. I'll try to upstream that