mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -04:00
cleanup our cmake and build warnings (#2876)
This commit is contained in:
@@ -210,7 +210,7 @@ struct Cache {
|
||||
u64 execute(void* ctxt) {
|
||||
auto* c = (ExecutionContext*)ctxt;
|
||||
bool bc = false;
|
||||
u32 call_addr = 0;
|
||||
[[maybe_unused]] u32 call_addr = 0;
|
||||
// nop // sll r0, r0, 0
|
||||
c->daddiu(sp, sp, -8); // daddiu sp, sp, -8
|
||||
// nop // sll r0, r0, 0
|
||||
|
||||
Reference in New Issue
Block a user