warning cleanup

This commit is contained in:
LagoLunatic
2024-11-02 00:00:04 -04:00
parent e9f82ff359
commit 3eac0a16ac
57 changed files with 148 additions and 88 deletions
+2 -1
View File
@@ -463,10 +463,11 @@ void TSequenceProcessor::do_systemTagCode_(u16 code, const void* data, u32 size)
case 2:
case 3:
break;
case 6:
case 6: {
u32 target = JGadget::binary::TParseValue<u32, JGadget::binary::TParseValue_endian_big_>::parse(data);
on_jump_register(process_jump_, target);
break;
}
case 4:
case 5:
default: