Skip to content

Commit

Permalink
[review] core: pta: test: invoke pta command to test interrupt notif
Browse files Browse the repository at this point in the history
Yet another build failure reported by CI builds: missing __maybe_unsued.

Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Mar 15, 2023
1 parent 55fd564 commit de45d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel/notif.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ TEE_Result notif_itr_register(struct notif_itr *notif)
{
unsigned int itr_num = 0;
uint32_t exceptions = 0;
const struct notif_itr_ops *ops = NULL;
const __maybe_unused struct notif_itr_ops *ops = NULL;

assert(notif && is_unpaged(notif));
itr_num = notif->itr_num;
Expand Down

0 comments on commit de45d78

Please sign in to comment.