mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 01:54:02 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -120,6 +120,7 @@ static BOOL daKajiDraw(void* i_this) {
|
||||
|
||||
/* 00000568-00000570 .text daKajiIsDelete__FPv */
|
||||
static BOOL daKajiIsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user