Retire use of __attribute__(())
DeanoBurrito opened this issue · 0 comments
DeanoBurrito commented
Most of the code uses the newer [[attribute_here]]
syntax, however there are still a few uses of __attribute__((attribute_here))
. It'd be good to do a pass over everything, make it all consistent!