Divide from D43239
_Alignof(expression) is a non-standard extension (https://en.cppreference.com/w/c/language/_Alignof).
This is not allowed in gnu11 and gnu17 which follow the C11 standard _Alignof(type).
Differential D43409
Stop using expressions in _Alignof() minsoochoo0122_proton.me on Jan 12 2024, 3:42 AM. Authored by Tags Referenced Files
Details Divide from D43239 _Alignof(expression) is a non-standard extension (https://en.cppreference.com/w/c/language/_Alignof). make buildkernel
Diff Detail
Event TimelineComment Actions Sorry, just spotted one style issue
Comment Actions I will add a Fixes: tag to reference my original commit to the log message when merging this. Also, no need to mention the other review (first sentence) in the commit log so I will elide that as well. |