Commit 5d1a444812f46b3f841ea2f09b1dd6be9725ec15 replaced __attribute__ ((unused)) with unused_code but two instances of __attribute__ ((used)) were also incorrectly replaced. Add used_code/used_data and used them instead.
Commit 5d1a444812f46b3f841ea2f09b1dd6be9725ec15 replaced __attribute__ ((unused)) with unused_code but two instances of __attribute__ ((used)) were also incorrectly replaced. Add used_code/used_data and used them instead.