mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-29 16:32:58 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -1087,6 +1087,7 @@ static BOOL daAM_Execute(am_class* i_this) {
|
||||
|
||||
/* 000039A4-000039AC .text daAM_IsDelete__FP8am_class */
|
||||
static BOOL daAM_IsDelete(am_class* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user