mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -180,6 +180,7 @@ static BOOL daBranch_Execute(daBranch_c* i_this) {
|
||||
|
||||
/* 0000060C-00000614 .text daBranch_IsDelete__FP10daBranch_c */
|
||||
static BOOL daBranch_IsDelete(daBranch_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user