Fix unused parameter warning.

This commit is contained in:
Tobias Frost 2022-06-10 13:12:37 +02:00
parent 6f097d37e6
commit e49367d214

View File

@ -47,6 +47,7 @@
int is_64bit(struct mt_elf *mte)
{
(void)(mte);
return 0;
}