mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-29 08:30:08 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -156,6 +156,7 @@ static BOOL daObjAdnno_Execute(void* i_this) {
|
||||
|
||||
/* 0000051C-00000524 .text daObjAdnno_IsDelete__FPv */
|
||||
static BOOL daObjAdnno_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user