Silence unused param warnings for debug genMessage funcs

This commit is contained in:
LagoLunatic
2026-08-16 12:11:34 -04:00
parent e08dff3c73
commit 150819d7ed
73 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
mNo = -1;
}
void genMessage(JORMContext* ctx) {}
void genMessage(JORMContext* ctx) { UNUSED(ctx); }
public:
/* 0x04 */ s8 mNo;