Skip to content

Commit

Permalink
Fix warning introduced in 007d378
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <[email protected]>
  • Loading branch information
pguyot committed Aug 5, 2023
1 parent 27e4ee3 commit 7a4b6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libAtomVM/context.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ void context_destroy(Context *ctx)
{
// Another process can get an access to our mailbox until this point.
struct ListHead *processes_table_list = synclist_wrlock(&ctx->global->processes_table);
UNUSED(processes_table_list);

list_remove(&ctx->processes_table_head);

Expand Down

0 comments on commit 7a4b6e3

Please sign in to comment.