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:
@@ -823,6 +823,7 @@ BOOL daDemo00_c::execute() {
|
||||
|
||||
/* 800E78A0-800E78A8 .text daDemo00_IsDelete__FP10daDemo00_c */
|
||||
static BOOL daDemo00_IsDelete(daDemo00_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user