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
+6 -6
View File
@@ -635,12 +635,12 @@ J3DModelData* daNpc_Jb1_c::create_Anm() {
// Probably unused JUT_ASSERTS
static void dummy() {
OSReport("m_app_mdl != 0");
OSReport("m_app_bck != 0");
OSReport("m_app_btk != 0");
OSReport("m_app_brk != 0");
OSReport("splash");
OSReport("m_spl_jnt_num >= 0");
DEAD_STRING("m_app_mdl != 0");
DEAD_STRING("m_app_bck != 0");
DEAD_STRING("m_app_btk != 0");
DEAD_STRING("m_app_brk != 0");
DEAD_STRING("splash");
DEAD_STRING("m_spl_jnt_num >= 0");
}
/* 00001A0C-00001B78 .text create_lgt__11daNpc_Jb1_cFv */