mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-05 18:28:11 -04:00
Add DEAD_STRING macro to clearly distinguish unused strings
This commit is contained in:
@@ -272,8 +272,8 @@ void JASystem::TTrack::initTimed() {
|
||||
}
|
||||
|
||||
static void dummy() {
|
||||
OSReport("i >= 0");
|
||||
OSReport("i < 3");
|
||||
DEAD_STRING("i >= 0");
|
||||
DEAD_STRING("i < 3");
|
||||
}
|
||||
|
||||
/* 802811DC-80281258 .text connectBus__Q28JASystem6TTrackFii */
|
||||
|
||||
Reference in New Issue
Block a user