Merge "fix(bakery_lock): add __unused for clang" into integration

This commit is contained in:
Lauren Wehrmeister 2022-04-25 22:08:31 +02:00 committed by TrustedFirmware Code Review
commit cb1247e46a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static inline void read_cache_op(uintptr_t addr, bool cached)
}
/* Helper function to check if the lock is acquired */
static inline bool is_lock_acquired(const bakery_info_t *my_bakery_info,
static inline __unused bool is_lock_acquired(const bakery_info_t *my_bakery_info,
bool is_cached)
{
/*