Attention is currently required from: Arthur Heymans, Hung-Te Lin, Yidi Lin, Yu-Ping Wu.
Hello Hung-Te Lin, Yidi Lin, Yu-Ping Wu, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84208?usp=email
to look at the new patch set (#6).
The following approvals got outdated and were removed: Code-Review+2 by Yu-Ping Wu, Verified+1 by build bot (Jenkins)
Change subject: include/assert.h: Rewrite using static inline ......................................................................
include/assert.h: Rewrite using static inline
With LTO GCC assert gets false positives using macros. Rewriting it with a static inline where int conversion is disabled works however.
Change-Id: I6185e87a374f8722dba545d6bbce1c3a8de53e7e Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/include/assert.h M src/lib/coreboot_table.c 2 files changed, 31 insertions(+), 31 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/84208/6