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