mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-13 04:35:29 -04:00
Silence unused param warnings for debug genMessage funcs
This commit is contained in:
@@ -26,7 +26,7 @@ class daBst_HIO_c : public JORReflexible {
|
||||
public:
|
||||
daBst_HIO_c();
|
||||
virtual ~daBst_HIO_c() {}
|
||||
void genMessage(JORMContext* ctx) {}
|
||||
void genMessage(JORMContext* ctx) { UNUSED(ctx); }
|
||||
|
||||
public:
|
||||
/* 0x4 */ s8 m4;
|
||||
|
||||
Reference in New Issue
Block a user