mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 18:51:02 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -35,6 +35,7 @@ cPhs_State daMagma_c::create() {
|
||||
|
||||
/* 00000078-00000080 .text daMagma_IsDelete__FP9daMagma_c */
|
||||
static BOOL daMagma_IsDelete(daMagma_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user