Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40140 )
Change subject: assert.h: Add a tag parameter to dead_code() ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40140/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40140/1//COMMIT_MSG@11 PS1, Line 11: Now
Why are we hit now by this?
This happened because of the SPDX-replacing changes. After splitting the big CB:40045 change into smaller parts, one of the changes happened to move only part of the code using the macros, which resulted in two instances of `dead_code` in two different files to end up on the same line. And well, this broke master in a spectacular way...
I'm marking this as resolved so that ACR does not block submit. Since master is currently broken, this should get merged ASAP.