mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-30 00:42:24 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -813,6 +813,7 @@ static BOOL daBoko_Execute(daBoko_c* i_this) {
|
||||
|
||||
/* 00002A24-00002A2C .text daBoko_IsDelete__FP8daBoko_c */
|
||||
static BOOL daBoko_IsDelete(daBoko_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user