mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 16:56:41 +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)
|
||||
{
|
||||
(void)(mte);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user