mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-07 09:16:43 +08:00
Fix unused parameter warning.
This commit is contained in:
parent
6f097d37e6
commit
e49367d214
@ -47,6 +47,7 @@
|
|||||||
|
|
||||||
int is_64bit(struct mt_elf *mte)
|
int is_64bit(struct mt_elf *mte)
|
||||||
{
|
{
|
||||||
|
(void)(mte);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user