Skip to content

Commit

Permalink
Fix unused parameter warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frost committed Jun 10, 2022
1 parent 6f097d3 commit e49367d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysdeps/linux-gnu/arm/arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

int is_64bit(struct mt_elf *mte)
{
(void)(mte);
return 0;
}

Expand Down

0 comments on commit e49367d

Please sign in to comment.