mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 02:38:11 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -1111,6 +1111,7 @@ static BOOL dMsg2_Execute(sub_msg2_class* i_Msg) {
|
||||
|
||||
/* 801EA7C4-801EA7CC .text dMsg2_IsDelete__FP14sub_msg2_class */
|
||||
static BOOL dMsg2_IsDelete(sub_msg2_class* i_Msg) {
|
||||
UNUSED(i_Msg);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user