Add DEAD_STRING macro to clearly distinguish unused strings

This commit is contained in:
LagoLunatic
2026-08-31 16:08:40 -04:00
parent e7e0e8e581
commit 94a5eadb5f
47 changed files with 225 additions and 221 deletions
+1 -1
View File
@@ -555,7 +555,7 @@ cPhs_State cDyl_Link(s16 i_ProfName) {
#if VERSION > VERSION_DEMO
static void dummy() {
OSReport_Error("cDyl_LinkASync: リンクに失敗しました。諦めます\n");
DEAD_STRING("cDyl_LinkASync: リンクに失敗しました。諦めます\n");
}
#endif