Enable full IDO warnings (#781)

* Fix a lot of IDO warnings (and some Clang ones)

* Format

* Put FULL_DISASM=0 back

* Fix bss
This commit is contained in:
EllipticEllipsis
2022-04-22 05:48:41 +01:00
committed by GitHub
parent e50c346ab8
commit 31f0e19b57
37 changed files with 78 additions and 79 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ void ActorShadow_DrawFeet(Actor* actor, Lights* mapper, GlobalContext* globalCtx
}
actor->shape.unk_17 &= ~spB8;
if (!mapper->l.l) {} // POSSIBLE FAKE MATCH
if ((uintptr_t)mapper->l.l) {} // POSSIBLE FAKE MATCH
}
}