mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-08 03:16:47 -04:00
Silence unused param warnings for debug genMessage funcs
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
daObjIce_HIO_c();
|
||||
virtual ~daObjIce_HIO_c() {}
|
||||
|
||||
void genMessage(JORMContext* ctx) {}
|
||||
void genMessage(JORMContext* ctx) { UNUSED(ctx); }
|
||||
|
||||
public:
|
||||
/* 0x04 */ s8 mNo;
|
||||
|
||||
Reference in New Issue
Block a user